Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp310 case Decl::ExternCContext: in getDefinitiveDeclContext()
369 case Decl::ExternCContext: in isRedeclarableDeclKind()
H A DASTWriter.cpp5597 RegisterPredefDecl(Context.ExternCContext, PREDEF_DECL_EXTERN_C_CONTEXT_ID); in PrepareWritingSpecialDecls()
6368 if (Context.ExternCContext) in WriteDeclAndTypes()
6369 WriteDeclContextVisibleUpdate(Context, Context.ExternCContext); in WriteDeclAndTypes()
H A DASTReader.cpp8183 if (Context.ExternCContext) in getPredefinedDecl()
8184 return Context.ExternCContext; in getPredefinedDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td16 def ExternCContext : DeclNode<Decl>, DeclContext;
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenDecl.cpp527 case Decl::ExternCContext: in emitDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp977 case ExternCContext: in getIdentifierNamespaceForKind()
1466 case Decl::ExternCContext: in getPrimaryContext()
H A DASTContext.cpp1204 if (!ExternCContext) in getExternCContextDecl()
1205 ExternCContext = ExternCContextDecl::Create(*this, getTranslationUnitDecl()); in getExternCContextDecl()
1207 return ExternCContext; in getExternCContextDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h248 : Decl(ExternCContext, TU, SourceLocation()), in ExternCContextDecl()
249 DeclContext(ExternCContext) {} in ExternCContextDecl()
259 static bool classofKind(Kind K) { return K == ExternCContext; } in classofKind()
H A DASTContext.h677 mutable ExternCContextDecl *ExternCContext = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp56 case Decl::ExternCContext: in EmitDecl()