Searched refs:ASTContext (Results 201 - 225 of 286) sorted by relevance

1234567891011>>

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp450 getRequiredQualification(ASTContext &Context,
654 QualType clang::getDeclUsageType(ASTContext &C, const NamedDecl *ND) {
783 ASTContext &Context = SemaRef.Context;
1171 static bool isObjCReceiverType(ASTContext &C, QualType T) {
1451 static PrintingPolicy getCompletionPrintingPolicy(const ASTContext &Context,
1471 ASTContext &Context,
2056 static void AddResultTypeChunk(ASTContext &Context,
2093 static void MaybeAddSentinel(ASTContext &Context,
2125 static std::string FormatFunctionParameter(ASTContext &Context,
2255 static void AddFunctionParameterChunks(ASTContext
[all...]
H A DSemaChecking.cpp16 #include "clang/AST/ASTContext.h"
120 ASTContext::GetBuiltinTypeError Error;
122 if (Error != ASTContext::GE_None)
360 static QualType getNeonEltType(NeonTypeFlags Flags, ASTContext &Context,
1524 ASTContext& Context = this->getASTContext();
3784 static const Expr *ignoreLiteralAdditions(const Expr *Ex, ASTContext &Ctx) {
3807 ASTContext &Context) {
4411 static IntRange forValueOfType(ASTContext &C, QualType T) {
4417 static IntRange forValueOfCanonicalType(ASTContext &C, const Type *T) {
4452 static IntRange forTargetOfCanonicalType(ASTContext
[all...]
H A DSemaTemplateInstantiateDecl.cpp14 #include "clang/AST/ASTContext.h"
1161 static QualType adjustFunctionTypeForInstantiation(ASTContext &Context,
4181 ASTContext &C) {
4187 ASTContext &C) {
4193 ASTContext &C) {
4199 ASTContext &C) {
4220 static bool isInstantiationOf(ASTContext &Ctx, NamedDecl *D, Decl *Other) {
4282 static NamedDecl *findInstantiationOf(ASTContext &Ctx,
H A DAnalysisBasedWarnings.cpp411 ContainsReference(ASTContext &Context, const DeclRefExpr *Needle)
998 static bool isInLoop(const ASTContext &Ctx, const ParentMap &PM,
1033 ASTContext &Ctx = S.getASTContext();
H A DSemaExprMember.cpp380 ASTContext &Context) {
399 ASTContext &Context) {
853 ASTContext &C, Expr *Base, bool isArrow,
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp37 #include "clang/AST/ASTContext.h"
115 unsigned findMostDerivedSubobject(ASTContext &Ctx, QualType Base,
182 SubobjectDesignator(ASTContext &Ctx, const APValue &V)
416 ASTContext &Ctx;
491 EvalInfo(const ASTContext &C, Expr::EvalStatus &S, EvaluationMode Mode)
492 : Ctx(const_cast<ASTContext&>(C)), EvalStatus(S), CurrentCall(0),
909 void setFrom(ASTContext &Ctx, const APValue &V) {
2632 static bool isOverflowingIntegerType(ASTContext &Ctx, QualType T) {
5877 static bool EvaluateBuiltinConstantP(ASTContext &Ctx, const Expr *Arg) {
7285 static bool TryEvaluateBuiltinNaN(const ASTContext
[all...]
H A DStmtProfile.cpp14 #include "clang/AST/ASTContext.h"
28 const ASTContext &Context;
32 StmtProfiler(llvm::FoldingSetNodeID &ID, const ASTContext &Context,
1278 void Stmt::Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context,
H A DDeclarationName.cpp14 #include "clang/AST/ASTContext.h"
332 DeclarationNameTable::DeclarationNameTable(const ASTContext &C) : Ctx(C) {
H A DNSAPI.cpp11 #include "clang/AST/ASTContext.h"
16 NSAPI::NSAPI(ASTContext &ctx)
H A DASTDumper.cpp15 #include "clang/AST/ASTContext.h"
2133 ASTContext &Ctx = cast<TranslationUnitDecl>(DC)->getASTContext();
2169 void Comment::dump(const ASTContext &Context) const {
H A DVTableBuilder.cpp15 #include "clang/AST/ASTContext.h"
87 ASTContext &Context;
212 static BaseOffset ComputeBaseOffset(ASTContext &Context,
251 static BaseOffset ComputeBaseOffset(ASTContext &Context,
264 ComputeReturnAdjustmentBaseOffset(ASTContext &Context,
543 /// Context - The ASTContext which we will use for layout information.
544 ASTContext &Context;
807 /// Context - The ASTContext which we will use for layout information.
808 ASTContext &Context;
2284 ItaniumVTableContext::ItaniumVTableContext(ASTContext
[all...]
H A DMicrosoftMangle.cpp15 #include "clang/AST/ASTContext.h"
93 ASTContext &getASTContext() const { return Context.getASTContext(); }
179 MicrosoftMangleContextImpl(ASTContext &Context, DiagnosticsEngine &Diags)
2096 MicrosoftMangleContext::create(ASTContext &Context, DiagnosticsEngine &Diags) {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp16 #include "clang/AST/ASTContext.h"
389 // Keep track of the type of this completion in an ASTContext-agnostic
512 ASTContext &Context;
520 ASTInfoCollector(Preprocessor &PP, ASTContext &Context, LangOptions &LangOpt,
573 // Initialize the ASTContext
576 // We didn't have access to the comment options when the ASTContext was
778 AST->Ctx = new ASTContext(AST->ASTFileLangOpts,
786 ASTContext &Context = *AST->Ctx;
1039 virtual void HandleTranslationUnit(ASTContext &Ctx) {
2208 ASTContext
[all...]
H A DCompilerInstance.cpp12 #include "clang/AST/ASTContext.h"
90 void CompilerInstance::setASTContext(ASTContext *Value) { Context = Value; }
280 // ASTContext
284 Context = new ASTContext(getLangOpts(), PP.getSourceManager(),
315 ASTContext &Context,
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h123 /// getContext - Return the ASTContext associated with this analysis.
124 ASTContext &getContext() const { return AMgr.getASTContext(); }
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp12 #include "clang/AST/ASTContext.h"
92 ASTContext &Ctx = MigrateCtx.Pass.Ctx;
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGValue.h18 #include "clang/AST/ASTContext.h"
290 CharUnits alignment, ASTContext &Context,
H A DCGDeclCXX.cpp30 ASTContext &Context = CGF.getContext();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp148 static bool SummarizeRegion(raw_ostream &os, ASTContext &Ctx,
345 ASTContext &Ctx = svalBuilder.getContext();
486 ASTContext &Ctx = svalBuilder.getContext();
857 bool CStringChecker::SummarizeRegion(raw_ostream &os, ASTContext &Ctx,
H A DCallAndMessageChecker.cpp456 ASTContext &Ctx = C.getASTContext();
H A DCheckSecuritySyntaxOnly.cpp28 static bool isArc4RandomAvailable(const ASTContext &Ctx) {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp16 #include "clang/AST/ASTContext.h"
293 ASTContext *Context;
336 explicit CFGBuilder(ASTContext *astContext,
777 static QualType getReferenceInitTemporaryType(ASTContext &Context,
1435 static bool CanThrow(Expr *E, ASTContext &Ctx) {
2753 ASTContext &Ctx) {
3418 CFG* CFG::buildCFG(const Decl *D, Stmt *Statement, ASTContext *C,
3425 CFGImplicitDtor::getDestructorDecl(ASTContext &astContext) const {
3466 bool CFGImplicitDtor::isNoReturn(ASTContext &astContext) const {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp70 ProgramStateManager::ProgramStateManager(ASTContext &Ctx,
317 ASTContext &Ctx = svalBuilder.getContext();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp65 ASTContext *Context;
183 void InitializeCommon(ASTContext &context);
247 virtual void HandleTranslationUnit(ASTContext &C);
418 virtual void Initialize(ASTContext &context);
555 // FIXME: This predicate seems like it would be useful to add to ASTContext.
598 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty,
678 void RewriteModernObjC::InitializeCommon(ASTContext &context) {
6031 static void Write_ProtocolExprReferencedMetadata(ASTContext *Context,
6045 void RewriteModernObjC::HandleTranslationUnit(ASTContext &C) {
6108 void RewriteModernObjC::Initialize(ASTContext
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp37 ASTContext &Context;
45 ASTDeclWriter(ASTWriter &Writer, ASTContext &Context, RecordData &Record)
1816 static bool isRequiredDecl(const Decl *D, ASTContext &Context) {
1827 void ASTWriter::WriteDecl(ASTContext &Context, Decl *D) {

Completed in 443 milliseconds

1234567891011>>