Searched refs:getCanonicalNestedNameSpecifier (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp1546 return Context.getCanonicalNestedNameSpecifier(UD->getQualifier()) ==
1547 Context.getCanonicalNestedNameSpecifier(
1552 return Context.getCanonicalNestedNameSpecifier(UUVD->getQualifier()) ==
1553 Context.getCanonicalNestedNameSpecifier(
H A DASTContext.cpp3561 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS);
3620 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS);
4425 ASTContext::getCanonicalNestedNameSpecifier(NestedNameSpecifier *NNS) const { function in class:ASTContext
4433 getCanonicalNestedNameSpecifier(NNS->getPrefix()),
6540 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS);
6576 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS);
H A DStmtProfile.cpp1574 NNS = Context.getCanonicalNestedNameSpecifier(NNS);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h2051 getCanonicalNestedNameSpecifier(NestedNameSpecifier *NNS) const;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp8327 if (Context.getCanonicalNestedNameSpecifier(Qual) !=
8328 Context.getCanonicalNestedNameSpecifier(DQual))

Completed in 163 milliseconds