Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/AST/
DNamedDeclPrinterTest.cpp148 D->printNestedNameSpecifier(Out); in PrintedNestedNameSpecifierMatches()
/external/llvm-project/clang/lib/AST/
DDecl.cpp1558 printNestedNameSpecifier(OS, P); in printQualifiedName()
1574 void NamedDecl::printNestedNameSpecifier(raw_ostream &OS) const { in printNestedNameSpecifier() function in NamedDecl
1575 printNestedNameSpecifier(OS, getASTContext().getPrintingPolicy()); in printNestedNameSpecifier()
1578 void NamedDecl::printNestedNameSpecifier(raw_ostream &OS, in printNestedNameSpecifier() function in NamedDecl
/external/llvm-project/clang/include/clang/AST/
DDecl.h307 void printNestedNameSpecifier(raw_ostream &OS) const;
308 void printNestedNameSpecifier(raw_ostream &OS,