HomeSort by relevance Sort by last modified time
    Searched refs:IsNestedNameSpecifier (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Frontend/
ASTUnit.cpp 275 bool &IsNestedNameSpecifier) {
276 IsNestedNameSpecifier = false;
314 IsNestedNameSpecifier = true;
322 IsNestedNameSpecifier = true;
324 IsNestedNameSpecifier = true;
339 IsNestedNameSpecifier = true;
369 bool IsNestedNameSpecifier = false;
377 IsNestedNameSpecifier);
410 IsNestedNameSpecifier && !Results[I].StartsNestedNameSpecifier) {
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 330 bool IsNestedNameSpecifier(const NamedDecl *ND) const;
530 if (Filter == &ResultBuilder::IsNestedNameSpecifier ||
541 IsNestedNameSpecifier(ND) &&
    [all...]

Completed in 137 milliseconds