Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTextNodeDumper.cpp83 dumpSourceRange(C->getSourceRange()); in Visit()
103 dumpSourceRange(A->getRange()); in Visit()
116 dumpSourceRange(R); in Visit()
135 dumpSourceRange(Node->getSourceRange()); in Visit()
257 dumpSourceRange(D->getSourceRange()); in Visit()
343 dumpSourceRange(SourceRange(C->getBeginLoc(), C->getEndLoc())); in Visit()
647 void TextNodeDumper::dumpSourceRange(SourceRange R) { in dumpSourceRange() function in TextNodeDumper
1456 dumpSourceRange(T->getBracketsRange()); in VisitVariableArrayType()
1464 dumpSourceRange(T->getBracketsRange()); in VisitDependentSizedArrayType()
1922 dumpSourceRange(SourceRange(C->getBeginLoc(), C->getEndLoc())); in VisitOMPRequiresDecl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTextNodeDumper.h198 void dumpSourceRange(SourceRange R);