Home
last modified time | relevance | path

Searched refs:LookupNamespaceName (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp39 LookupResult Result(S, &HLSL, SourceLocation(), Sema::LookupNamespaceName); in InitializeSema()
H A DSemaCXXScopeSpec.cpp412 OnlyNamespace ? LookupNamespaceName in BuildCXXNestedNameSpecifier()
H A DSemaLookup.cpp270 case Sema::LookupNamespaceName: in getIDNS()
2508 R.getLookupKind() == LookupNamespaceName || in LookupQualifiedName()
H A DSemaDeclCXX.cpp12444 LookupResult R(*this, NamespcName, IdentLoc, LookupNamespaceName); in ActOnUsingDirective()
13819 LookupResult R(*this, Ident, IdentLoc, LookupNamespaceName); in ActOnNamespaceAliasDef()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9295 LookupNamespaceName, enumerator