Home
last modified time | relevance | path

Searched refs:StdNS (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComparisonCategories.cpp91 NamespaceDecl *&StdNS) { in lookupStdNamespace() argument
92 if (!StdNS) { in lookupStdNamespace()
96 StdNS = dyn_cast<NamespaceDecl>(Lookup.front()); in lookupStdNamespace()
98 return StdNS; in lookupStdNamespace()
102 const NamespaceDecl *StdNS, in lookupCXXRecordDecl() argument
105 DeclContextLookupResult Lookup = StdNS->lookup(&Ctx.Idents.get(Name)); in lookupCXXRecordDecl()
118 if (const NamespaceDecl *NS = lookupStdNamespace(Ctx, StdNS)) in lookupInfo()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DComparisonCategories.h224 mutable NamespaceDecl *StdNS = nullptr; variable