Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp86 dumpSourceRange(C->getSourceRange()); in Visit()
106 dumpSourceRange(A->getRange()); in Visit()
119 dumpSourceRange(R); in Visit()
138 dumpSourceRange(Node->getSourceRange()); in Visit()
259 dumpSourceRange(TL.getSourceRange()); in Visit()
281 dumpSourceRange(D->getSourceRange()); in Visit()
380 dumpSourceRange(SourceRange(C->getBeginLoc(), C->getEndLoc())); in Visit()
528 dumpSourceRange(SourceRange(C->getBeginLoc(), C->getEndLoc())); in Visit()
553 dumpSourceRange(R->getSourceRange()); in Visit()
890 void TextNodeDumper::dumpSourceRange(SourceRange R) { in dumpSourceRange() function in TextNodeDumper
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h206 void dumpSourceRange(SourceRange R);