reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
 2406   getCanonicalNestedNameSpecifier(NestedNameSpecifier *NNS) const;

References

tools/clang/lib/AST/ASTContext.cpp
 4351     NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS);
 4403   NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS);
 5496                          getCanonicalNestedNameSpecifier(NNS->getPrefix()),
 7780   NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS);
 7816   NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS);
tools/clang/lib/AST/Decl.cpp
 1723     return Context.getCanonicalNestedNameSpecifier(UD->getQualifier()) ==
 1724            Context.getCanonicalNestedNameSpecifier(
 1729     return Context.getCanonicalNestedNameSpecifier(UUVD->getQualifier()) ==
 1730            Context.getCanonicalNestedNameSpecifier(
tools/clang/lib/AST/StmtProfile.cpp
  152         NNS = Context.getCanonicalNestedNameSpecifier(NNS);
tools/clang/lib/Sema/SemaDeclCXX.cpp
10756     if (Context.getCanonicalNestedNameSpecifier(Qual) !=
10757         Context.getCanonicalNestedNameSpecifier(DQual))