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.cpp398 LookupResult Result(S, &HLSL, SourceLocation(), Sema::LookupNamespaceName); in InitializeSema()
H A DSemaCXXScopeSpec.cpp417 OnlyNamespace ? LookupNamespaceName in BuildCXXNestedNameSpecifier()
H A DSemaLookup.cpp271 case Sema::LookupNamespaceName: in getIDNS()
2470 R.getLookupKind() == LookupNamespaceName || in LookupQualifiedName()
H A DSemaDeclCXX.cpp12116 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 DSema.h9022 LookupNamespaceName, enumerator