Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComparisonCategories.cpp91 NamespaceDecl *&StdNS) { in lookupStdNamespace()
102 const NamespaceDecl *StdNS, in lookupCXXRecordDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DComparisonCategories.h224 mutable NamespaceDecl *StdNS = nullptr; variable