Searched refs:LookupNamespaceName (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | HLSLExternalSemaSource.cpp | 398 LookupResult Result(S, &HLSL, SourceLocation(), Sema::LookupNamespaceName); in InitializeSema()
|
H A D | SemaCXXScopeSpec.cpp | 417 OnlyNamespace ? LookupNamespaceName in BuildCXXNestedNameSpecifier()
|
H A D | SemaLookup.cpp | 271 case Sema::LookupNamespaceName: in getIDNS() 2470 R.getLookupKind() == LookupNamespaceName || in LookupQualifiedName()
|
H A D | SemaDeclCXX.cpp | 12116 LookupResult R(*this, NamespcName, IdentLoc, LookupNamespaceName); in ActOnUsingDirective() 13527 LookupResult R(*this, Ident, IdentLoc, LookupNamespaceName); in ActOnNamespaceAliasDef()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 9022 LookupNamespaceName, enumerator
|