Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DASTUnit.cpp266 bool &IsNestedNameSpecifier) { in getDeclShowContexts()
360 bool IsNestedNameSpecifier = false; in CacheCodeCompletionResults() local
/external/clang/lib/Sema/
DSemaCodeComplete.cpp1099 bool ResultBuilder::IsNestedNameSpecifier(const NamedDecl *ND) const { in IsNestedNameSpecifier() function in ResultBuilder