Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DNamedDeclPrinterTest.cpp129 D->printNestedNameSpecifier(Out); in PrintedNestedNameSpecifierMatches()
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp1626 printNestedNameSpecifier(OS, P); in printQualifiedName()
1642 void NamedDecl::printNestedNameSpecifier(raw_ostream &OS) const { in printNestedNameSpecifier() function in NamedDecl
1643 printNestedNameSpecifier(OS, getASTContext().getPrintingPolicy()); in printNestedNameSpecifier()
1646 void NamedDecl::printNestedNameSpecifier(raw_ostream &OS, in printNestedNameSpecifier() function in NamedDecl
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h331 void printNestedNameSpecifier(raw_ostream &OS) const;
332 void printNestedNameSpecifier(raw_ostream &OS,