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

  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 273 bool Sema::isAcceptableNestedNameSpecifier(NamedDecl *SD) {
324 if (isAcceptableNestedNameSpecifier(Result))
389 return SRef.isAcceptableNestedNameSpecifier(candidate.getCorrectionDecl());
541 if (isAcceptableNestedNameSpecifier(SD)) {
560 if (isAcceptableNestedNameSpecifier(OuterDecl) &&
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 29 milliseconds