Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DDecl.cpp1655 printNestedNameSpecifier(OS, P); in printQualifiedName()
1671 void NamedDecl::printNestedNameSpecifier(raw_ostream &OS) const { in printNestedNameSpecifier() function in NamedDecl
1672 printNestedNameSpecifier(OS, getASTContext().getPrintingPolicy()); in printNestedNameSpecifier()
1675 void NamedDecl::printNestedNameSpecifier(raw_ostream &OS, in printNestedNameSpecifier() function in NamedDecl
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDecl.h333 void printNestedNameSpecifier(raw_ostream &OS) const;
334 void printNestedNameSpecifier(raw_ostream &OS,