Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclarationName.cpp460 raw_ostream &clang::operator<<(raw_ostream &OS, DeclarationNameInfo DNInfo) { in operator <<() argument
462 DNInfo.printName(OS, PrintingPolicy(LangOptions())); in operator <<()