Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h170 void writePreviousDeclImpl(...) {} in writePreviousDeclImpl() function
172 template <typename T> void writePreviousDeclImpl(const Mergeable<T> *D) { in writePreviousDeclImpl() function
178 template <typename T> void writePreviousDeclImpl(const Redeclarable<T> *D) { in writePreviousDeclImpl() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp15 return writePreviousDeclImpl(cast<DERIVED##Decl>(D)); in addPreviousDeclaration()