Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTCommon.cpp292 case Decl::ExternCContext: in getDefinitiveDeclContext()
350 case Decl::ExternCContext: in isRedeclarableDeclKind()
H A DASTWriter.cpp4568 RegisterPredefDecl(Context.ExternCContext, PREDEF_DECL_EXTERN_C_CONTEXT_ID); in WriteASTCore()
4730 if (Context.ExternCContext) in WriteASTCore()
4731 WriteDeclContextVisibleUpdate(Context.ExternCContext); in WriteASTCore()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDeclNodes.td16 def ExternCContext : DeclNode<Decl>, DeclContext;
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp839 case ExternCContext: in getIdentifierNamespaceForKind()
1245 case Decl::ExternCContext: in getPrimaryContext()
H A DASTContext.cpp1202 if (!ExternCContext) in getExternCContextDecl()
1203 ExternCContext = ExternCContextDecl::Create(*this, getTranslationUnitDecl()); in getExternCContextDecl()
1205 return ExternCContext; in getExternCContextDecl()
/llvm-project-15.0.7/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.h606 mutable ExternCContextDecl *ExternCContext = nullptr; variable
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDecl.cpp51 case Decl::ExternCContext: in EmitDecl()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp6703 case Decl::ExternCContext: in clang_getCursorDefinition()