Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTextNodeDumper.cpp71 dumpSourceRange(C->getSourceRange()); in Visit()
91 dumpSourceRange(A->getRange()); in Visit()
104 dumpSourceRange(R); in Visit()
123 dumpSourceRange(Node->getSourceRange()); in Visit()
232 dumpSourceRange(D->getSourceRange()); in Visit()
300 dumpSourceRange(SourceRange(C->getBeginLoc(), C->getEndLoc())); in Visit()
339 void TextNodeDumper::dumpSourceRange(SourceRange R) { in dumpSourceRange() function in TextNodeDumper
1038 dumpSourceRange(T->getBracketsRange()); in VisitVariableArrayType()
1046 dumpSourceRange(T->getBracketsRange()); in VisitDependentSizedArrayType()
H A DASTDumper.cpp792 NodeDumper.dumpSourceRange(SourceRange(C->getBeginLoc(), C->getEndLoc())); in VisitOMPRequiresDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTextNodeDumper.h178 void dumpSourceRange(SourceRange R);