Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTextNodeDumper.cpp82 dumpSourceRange(C->getSourceRange()); in Visit()
102 dumpSourceRange(A->getRange()); in Visit()
115 dumpSourceRange(R); in Visit()
134 dumpSourceRange(Node->getSourceRange()); in Visit()
256 dumpSourceRange(D->getSourceRange()); in Visit()
340 dumpSourceRange(SourceRange(C->getBeginLoc(), C->getEndLoc())); in Visit()
604 void TextNodeDumper::dumpSourceRange(SourceRange R) { in dumpSourceRange() function in TextNodeDumper
1389 dumpSourceRange(T->getBracketsRange()); in VisitVariableArrayType()
1397 dumpSourceRange(T->getBracketsRange()); in VisitDependentSizedArrayType()
1815 dumpSourceRange(SourceRange(C->getBeginLoc(), C->getEndLoc())); in VisitOMPRequiresDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTextNodeDumper.h195 void dumpSourceRange(SourceRange R);