Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTCommon.cpp289 case Decl::ExternCContext: in getDefinitiveDeclContext()
347 case Decl::ExternCContext: in isRedeclarableDeclKind()
H A DASTWriter.cpp4367 RegisterPredefDecl(Context.ExternCContext, PREDEF_DECL_EXTERN_C_CONTEXT_ID); in WriteASTCore()
4528 if (Context.ExternCContext) in WriteASTCore()
4529 WriteDeclContextVisibleUpdate(Context.ExternCContext); in WriteASTCore()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDeclNodes.td16 def ExternCContext : DeclNode<Decl>, DeclContext;
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp834 case ExternCContext: in getIdentifierNamespaceForKind()
1219 case Decl::ExternCContext: in getPrimaryContext()
H A DASTContext.cpp1190 if (!ExternCContext) in getExternCContextDecl()
1191 ExternCContext = ExternCContextDecl::Create(*this, getTranslationUnitDecl()); in getExternCContextDecl()
1193 return ExternCContext; in getExternCContextDecl()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h198 : Decl(ExternCContext, TU, SourceLocation()), in ExternCContextDecl()
199 DeclContext(ExternCContext) {} in ExternCContextDecl()
209 static bool classofKind(Kind K) { return K == ExternCContext; } in classofKind()
H A DASTContext.h559 mutable ExternCContextDecl *ExternCContext = nullptr; variable
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp51 case Decl::ExternCContext: in EmitDecl()
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp6475 case Decl::ExternCContext: in clang_getCursorDefinition()