Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTCommon.cpp292 case Decl::ExternCContext: in getDefinitiveDeclContext()
350 case Decl::ExternCContext: in isRedeclarableDeclKind()
H A DASTWriter.cpp4672 RegisterPredefDecl(Context.ExternCContext, PREDEF_DECL_EXTERN_C_CONTEXT_ID); in WriteASTCore()
4834 if (Context.ExternCContext) in WriteASTCore()
4835 WriteDeclContextVisibleUpdate(Context.ExternCContext); in WriteASTCore()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDeclNodes.td16 def ExternCContext : DeclNode<Decl>, DeclContext;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp854 case ExternCContext: in getIdentifierNamespaceForKind()
1266 case Decl::ExternCContext: in getPrimaryContext()
H A DASTContext.cpp1176 if (!ExternCContext) in getExternCContextDecl()
1177 ExternCContext = ExternCContextDecl::Create(*this, getTranslationUnitDecl()); in getExternCContextDecl()
1179 return ExternCContext; in getExternCContextDecl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h222 : Decl(ExternCContext, TU, SourceLocation()), in ExternCContextDecl()
223 DeclContext(ExternCContext) {} in ExternCContextDecl()
233 static bool classofKind(Kind K) { return K == ExternCContext; } in classofKind()
H A DASTContext.h580 mutable ExternCContextDecl *ExternCContext = nullptr; variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDecl.cpp52 case Decl::ExternCContext: in EmitDecl()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp6740 case Decl::ExternCContext: in clang_getCursorDefinition()