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

<<1112

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp1665 static CharUnits computeOffsetHint(ASTContext &Context,
H A DCGCall.cpp57 static CanQualType GetThisType(ASTContext &Context, const CXXRecordDecl *RD) {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp18 #include "clang/AST/ASTContext.h"
515 ASTContext &Context = Self.Context;
H A DSemaObjCProperty.cpp284 static bool LocPropertyAttribute( ASTContext &Context, const char *attrName,
H A DSemaTemplateInstantiate.cpp16 #include "clang/AST/ASTContext.h"
1915 Attr *instantiateTemplateAttribute(const Attr *At, ASTContext &C, Sema &S,
H A DSemaTemplate.cpp13 #include "clang/AST/ASTContext.h"
47 static NamedDecl *isAcceptableTemplateName(ASTContext &Context,
1064 // the ASTContext lays out the structure.
1550 static SourceRange getRangeOfTypeInNestedNameSpecifier(ASTContext &Context,
6123 // the ASTContext lays out the structure.
H A DSemaExpr.cpp17 #include "clang/AST/ASTContext.h"
6449 static void ConstructTransparentUnion(Sema &S, ASTContext &C,
7012 ASTContext &Ctx = Self.getASTContext();
11990 ASTContext &Context) {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1298 ASTContext &Ctx) {
H A DRegionStore.cpp656 ASTContext &Ctx;
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp14 #include "clang/AST/ASTContext.h"
1466 clang::ASTContext *ast = GetClangASTContext().getASTContext();
3066 clang::ASTContext *namespace_ast = namespace_decl->GetASTContext();
4620 "ASTContext => %p: 0x%8.8" PRIx64 ": DW_TAG_namespace with DW_AT_name(\"%s\") => clang::NamespaceDecl *%p (original = %p)",
4630 "ASTContext => %p: 0x%8.8" PRIx64 ": DW_TAG_namespace (anonymous) => clang::NamespaceDecl *%p (original = %p)",
6247 // and over in the ASTContext for our module
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp18 #include "clang/AST/ASTContext.h"
4857 // FIXME: ASTContext::getInjectedClassNameType is not currently suitable
7588 ASTReader::ASTReader(Preprocessor &PP, ASTContext &Context,

Completed in 389 milliseconds

<<1112