Searched refs:dumpPreviousDeclImpl (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp30 static void dumpPreviousDeclImpl(raw_ostream &OS, ...) {} function
33 static void dumpPreviousDeclImpl(raw_ostream &OS, const Mergeable<T> *D) { function
40 static void dumpPreviousDeclImpl(raw_ostream &OS, const Redeclarable<T> *D) { function
52 return dumpPreviousDeclImpl(OS, cast<DERIVED##Decl>(D));

Completed in 102 milliseconds