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.cpp85 dumpSourceRange(C->getSourceRange()); in Visit()
105 dumpSourceRange(A->getRange()); in Visit()
118 dumpSourceRange(R); in Visit()
137 dumpSourceRange(Node->getSourceRange()); in Visit()
258 dumpSourceRange(TL.getSourceRange()); in Visit()
280 dumpSourceRange(D->getSourceRange()); in Visit()
379 dumpSourceRange(SourceRange(C->getBeginLoc(), C->getEndLoc())); in Visit()
473 dumpSourceRange(SourceRange(C->getBeginLoc(), C->getEndLoc())); in Visit()
498 dumpSourceRange(R->getSourceRange()); in Visit()
789 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);