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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp199 Node *StdNamespace = Self.makeNode<itanium_demangle::NameType>("std"); local
200 if (!StdNamespace)
202 return Self.makeNode<itanium_demangle::NestedName>(StdNamespace, Child);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp10993 StdNamespace = Namespc;
11083 StdNamespace.get(Context.getExternalSource()));
11240 if (!StdNamespace) {
11242 StdNamespace = NamespaceDecl::Create(Context,
11261 if (!StdNamespace) // If we haven't seen namespace std yet, this can't be it.
H A DSemaDecl.cpp15788 if (getLangOpts().CPlusPlus && Name && DC && StdNamespace &&
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4438 if (SemaRef.StdNamespace || SemaRef.StdBadAlloc || SemaRef.StdAlignValT) {
H A DASTReader.cpp7885 if (!SemaObj->StdNamespace)
7886 SemaObj->StdNamespace = SemaDeclRefs[I];
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1103 LazyDeclPtr StdNamespace; variable

Completed in 381 milliseconds