Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp84 dumpSourceRange(C->getSourceRange()); in Visit()
104 dumpSourceRange(A->getRange()); in Visit()
117 dumpSourceRange(R); in Visit()
136 dumpSourceRange(Node->getSourceRange()); in Visit()
258 dumpSourceRange(D->getSourceRange()); in Visit()
357 dumpSourceRange(SourceRange(C->getBeginLoc(), C->getEndLoc())); in Visit()
384 dumpSourceRange(R->getSourceRange()); in Visit()
675 void TextNodeDumper::dumpSourceRange(SourceRange R) { in dumpSourceRange() function in TextNodeDumper
1581 dumpSourceRange(T->getBracketsRange()); in VisitVariableArrayType()
1589 dumpSourceRange(T->getBracketsRange()); in VisitDependentSizedArrayType()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h200 void dumpSourceRange(SourceRange R);