Searched refs:ASTContext (Results 251 - 275 of 286) sorted by relevance

<<1112

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp21 #include "clang/AST/ASTContext.h"
1774 ASTContext &Context = CGM.getContext();
2086 ASTContext &Context = CGM.getContext();
2163 ASTContext &Context = CGM.getContext();
2834 static const ObjCInterfaceDecl *FindIvarInterface(ASTContext &Context,
H A DCGRTTI.cpp257 ASTContext &Context = CGM.getContext();
H A DCodeGenFunction.h48 class ASTContext;
955 ASTContext &getContext() const { return CGM.getContext(); }
H A DCGAtomic.cpp17 #include "clang/AST/ASTContext.h"
57 ASTContext &C = CGF.getContext();
H A DCGExprAgg.cpp17 #include "clang/AST/ASTContext.h"
313 ASTContext &Ctx = CGF.getContext();
H A DCGDebugInfo.cpp20 #include "clang/AST/ASTContext.h"
1352 ASTContext &Context = CGM.getContext();
1900 static QualType UnwrapTypeForDebugInfo(QualType T, const ASTContext &C) {
2940 ASTContext &C = CGM.getContext();
H A DCGBuiltin.cpp18 #include "clang/AST/ASTContext.h"
1530 ASTContext::GetBuiltinTypeError Error;
1532 assert(Error == ASTContext::GE_None && "Should not codegen an error");
4952 ASTContext::GetBuiltinTypeError Error;
4954 assert(Error == ASTContext::GE_None && "Should not codegen an error");
H A DCodeGenFunction.cpp20 #include "clang/AST/ASTContext.h"
328 CGBuilderTy& Builder, ASTContext &ASTCtx) {
H A DCGExpr.cpp22 #include "clang/AST/ASTContext.h"
1586 static void setObjCGCLValueClass(const ASTContext &Ctx, const Expr *E,
1913 ASTContext &Context,
H A DCodeGenModule.cpp24 #include "clang/AST/ASTContext.h"
72 CodeGenModule::CodeGenModule(ASTContext &C, const CodeGenOptions &CGO,
2408 CreateRecordDecl(const ASTContext &Ctx, RecordDecl::TagKind TK,
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp124 static ScopePair GetDiagForGotoScopeDecl(ASTContext &Context, const Decl *D) {
H A DSemaDeclObjC.cpp16 #include "clang/AST/ASTContext.h"
1278 static bool isObjCTypeSubstitutable(ASTContext &Context,
2014 static bool tryMatchRecordTypes(ASTContext &Context,
2018 static bool matchTypes(ASTContext &Context, Sema::MethodMatchStrategy strategy,
2070 static bool tryMatchRecordTypes(ASTContext &Context,
H A DSemaExprObjC.cpp15 #include "clang/AST/ASTContext.h"
191 ASTContext &CX = S.Context;
1073 static QualType stripObjCInstanceType(ASTContext &Context, QualType T) {
2744 ASTContext &Context;
2755 ARCCastChecker(ASTContext &Context, ARCConversionTypeClass source,
H A DSemaExprCXX.cpp17 #include "clang/AST/ASTContext.h"
744 static Expr *captureThis(ASTContext &Context, RecordDecl *RD,
3180 Sema &Self, SourceLocation KeyLoc, ASTContext &C,
3219 ASTContext &C = Self.Context;
4963 // Search for the base element type (cf. ASTContext::getBaseElementType) with
5830 ASTContext &Context) {
H A DSemaDeclAttr.cpp16 #include "clang/AST/ASTContext.h"
180 static inline bool isNSStringType(QualType T, ASTContext &Ctx) {
196 static inline bool isCFStringType(QualType T, ASTContext &Ctx) {
1021 ASTContext &CurrContext = S.getASTContext();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp19 #include "clang/AST/ASTContext.h"
616 ASTContext &C = Reader.getContext();
1262 ASTContext &C = Reader.getContext();
1536 ASTContext &C = Reader.getContext();
1663 ASTContext &C = Reader.getContext();
H A DASTWriter.cpp16 #include "clang/AST/ASTContext.h"
1012 void ASTWriter::WriteControlBlock(Preprocessor &PP, ASTContext &Context,
2230 for (ASTContext::import_iterator I = Context->local_import_begin(),
2612 uint64_t ASTWriter::WriteDeclContextLexicalBlock(ASTContext &Context,
3385 uint64_t ASTWriter::WriteDeclContextVisibleBlock(ASTContext &Context,
3855 ASTContext &Context = SemaRef.Context;
4262 for (ASTContext::import_iterator I = Context.local_import_begin(),
H A DASTReaderStmt.cpp16 #include "clang/AST/ASTContext.h"
1677 ASTContext &Context;
1681 OMPClauseReader(ASTStmtReader *R, ASTContext &C,
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp420 clang::ASTContext *ast_context = clang_type.GetASTContext();
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp1137 clang::ASTContext *
H A DClangASTType.cpp15 #include "clang/AST/ASTContext.h"
57 GetCompleteQualType (ASTContext *ast, QualType qual_type, bool allow_completion = true)
114 // We currently can't complete objective C types through the newly added ASTContext
176 ClangASTType::ClangASTType (clang::ASTContext *ast,
1490 ClangASTType::SetClangType (clang::ASTContext *ast, clang::QualType qual_type)
1571 GetFullyUnqualifiedType_Impl (ASTContext *ast, QualType qual_type)
2652 GetObjCFieldAtIndex (clang::ASTContext *ast,
4592 var_decl = VarDecl::Create (*m_ast, // ASTContext &
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp14 #include "clang/AST/ASTContext.h"
176 ASTContext &Ctx = cast<TranslationUnitDecl>(DC)->getASTContext();
H A DItaniumMangle.cpp18 #include "clang/AST/ASTContext.h"
114 explicit ItaniumMangleContextImpl(ASTContext &Context,
249 ASTContext &getASTContext() const { return Context.getASTContext(); }
3793 ItaniumMangleContext::create(ASTContext &Context, DiagnosticsEngine &Diags) {
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h785 virtual ASTContext &getASTContext() const = 0;
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DDataExtractor.cpp18 #include "clang/AST/ASTContext.h"
1815 clang::ASTContext *ast = clang_ast->getASTContext();

Completed in 612 milliseconds

<<1112