Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1692 printNestedNameSpecifier(OS, P); in printQualifiedName()
1708 void NamedDecl::printNestedNameSpecifier(raw_ostream &OS) const { in printNestedNameSpecifier() function in NamedDecl
1709 printNestedNameSpecifier(OS, getASTContext().getPrintingPolicy()); in printNestedNameSpecifier()
1712 void NamedDecl::printNestedNameSpecifier(raw_ostream &OS, in printNestedNameSpecifier() function in NamedDecl
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h359 void printNestedNameSpecifier(raw_ostream &OS) const;
360 void printNestedNameSpecifier(raw_ostream &OS,