Home
last modified time | relevance | path

Searched refs:StdNamespace (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp77 NamespaceDecl *StdNamespace = nullptr; member in __anonf690f6f20111::ItaniumMangleContextImpl
641 if (!StdNamespace) { in getStdNamespace()
642 StdNamespace = NamespaceDecl::Create( in getStdNamespace()
647 StdNamespace->setImplicit(); in getStdNamespace()
649 return StdNamespace; in getStdNamespace()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp11719 StdNamespace = Namespc; in ActOnStartNamespaceDef()
11809 StdNamespace.get(Context.getExternalSource())); in getStdNamespace()
11952 if (!StdNamespace) { in getOrCreateStdNamespace()
11954 StdNamespace = NamespaceDecl::Create( in getOrCreateStdNamespace()
11976 if (!StdNamespace) // If we haven't seen namespace std yet, this can't be it. in isStdInitializerList()
H A DSemaDecl.cpp17537 if (getLangOpts().CPlusPlus && Name && DC && StdNamespace && in ActOnTag()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8219 if (!SemaObj->StdNamespace) in UpdateSema()
8220 SemaObj->StdNamespace = SemaDeclRefs[I]; in UpdateSema()
H A DASTWriter.cpp4847 if (SemaRef.StdNamespace || SemaRef.StdBadAlloc || SemaRef.StdAlignValT) { in WriteASTCore()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1166 LazyDeclPtr StdNamespace; variable