Home
last modified time | relevance | path

Searched refs:isAcceptableNestedNameSpecifier (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaCXXScopeSpec.cpp251 bool Sema::isAcceptableNestedNameSpecifier(const NamedDecl *SD) { in isAcceptableNestedNameSpecifier() function in Sema
302 if (isAcceptableNestedNameSpecifier(Result)) in FindFirstQualifierInScope()
367 return SRef.isAcceptableNestedNameSpecifier(candidate.getCorrectionDecl()); in ValidateCandidate()
518 if (isAcceptableNestedNameSpecifier(SD)) { in BuildCXXNestedNameSpecifier()
540 if (isAcceptableNestedNameSpecifier(OuterDecl) && in BuildCXXNestedNameSpecifier()
DSemaCodeComplete.cpp1106 return SemaRef.isAcceptableNestedNameSpecifier(ND); in IsNestedNameSpecifier()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h4346 bool isAcceptableNestedNameSpecifier(const NamedDecl *SD);