Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp1927 static bool HasOnlyStaticMembers(InputIterator First, InputIterator Last) { in HasOnlyStaticMembers() function
2128 if (HasOnlyStaticMembers(Path->Decls.begin(), Path->Decls.end())) { in LookupQualifiedName()
2159 if (HasOnlyStaticMembers(Path->Decls.begin(), Path->Decls.end())) in LookupQualifiedName()
/external/llvm-project/clang/lib/Sema/
DSemaLookup.cpp2220 auto HasOnlyStaticMembers = [&](DeclContextLookupResult Result) { in LookupQualifiedName() local
2322 if (HasOnlyStaticMembers(Path->Decls) && in LookupQualifiedName()
2340 if (HasOnlyStaticMembers(Path->Decls)) in LookupQualifiedName()