Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1584 printNestedNameSpecifier(OS, P); in printQualifiedName()
1600 void NamedDecl::printNestedNameSpecifier(raw_ostream &OS) const { in printNestedNameSpecifier() function in NamedDecl
1601 printNestedNameSpecifier(OS, getASTContext().getPrintingPolicy()); in printNestedNameSpecifier()
1604 void NamedDecl::printNestedNameSpecifier(raw_ostream &OS, in printNestedNameSpecifier() function in NamedDecl
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h333 void printNestedNameSpecifier(raw_ostream &OS) const;
334 void printNestedNameSpecifier(raw_ostream &OS,