Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp305 case Decl::ExternCContext: in getDefinitiveDeclContext()
363 case Decl::ExternCContext: in isRedeclarableDeclKind()
H A DASTWriter.cpp5038 RegisterPredefDecl(Context.ExternCContext, PREDEF_DECL_EXTERN_C_CONTEXT_ID); in PrepareWritingSpecialDecls()
5737 if (Context.ExternCContext) in WriteDeclAndTypes()
5738 WriteDeclContextVisibleUpdate(Context.ExternCContext); in WriteDeclAndTypes()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td16 def ExternCContext : DeclNode<Decl>, DeclContext;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp966 case ExternCContext: in getIdentifierNamespaceForKind()
1421 case Decl::ExternCContext: in getPrimaryContext()
H A DASTContext.cpp1140 if (!ExternCContext) in getExternCContextDecl()
1141 ExternCContext = ExternCContextDecl::Create(*this, getTranslationUnitDecl()); in getExternCContextDecl()
1143 return ExternCContext; in getExternCContextDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h224 : Decl(ExternCContext, TU, SourceLocation()), in ExternCContextDecl()
225 DeclContext(ExternCContext) {} in ExternCContextDecl()
235 static bool classofKind(Kind K) { return K == ExternCContext; } in classofKind()
H A DASTContext.h606 mutable ExternCContextDecl *ExternCContext = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp55 case Decl::ExternCContext: in EmitDecl()