Home
last modified time | relevance | path

Searched refs:ExternCContext (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTCommon.cpp97 case Decl::ExternCContext: in getDefinitiveDeclContext()
154 case Decl::ExternCContext: in isRedeclarableDeclKind()
HDASTWriter.cpp4136 RegisterPredefDecl(Context.ExternCContext, PREDEF_DECL_EXTERN_C_CONTEXT_ID); in WriteASTCore()
4287 if (Context.ExternCContext) in WriteASTCore()
4288 WriteDeclContextVisibleUpdate(Context.ExternCContext); in WriteASTCore()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDDeclNodes.td14 def ExternCContext : Decl, DeclContext;
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclBase.cpp612 case ExternCContext: in getIdentifierNamespaceForKind()
923 case Decl::ExternCContext: in getPrimaryContext()
HDASTContext.cpp741 FirstLocalImport(), LastLocalImport(), ExternCContext(nullptr), in ASTContext()
895 if (!ExternCContext) in getExternCContextDecl()
896 ExternCContext = ExternCContextDecl::Create(*this, getTranslationUnitDecl()); in getExternCContextDecl()
898 return ExternCContext; in getExternCContextDecl()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDecl.h126 : Decl(ExternCContext, TU, SourceLocation()), in ExternCContextDecl()
127 DeclContext(ExternCContext) {} in ExternCContextDecl()
133 static bool classofKind(Kind K) { return K == ExternCContext; } in classofKind()
HDASTContext.h397 mutable ExternCContextDecl *ExternCContext; variable
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGDecl.cpp38 case Decl::ExternCContext: in EmitDecl()