Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTextNodeDumper.cpp258 dumpLocation(D->getLocation()); in Visit()
575 void TextNodeDumper::dumpLocation(SourceLocation Loc) { in dumpLocation() function in TextNodeDumper
610 dumpLocation(R.getBegin()); in dumpSourceRange()
613 dumpLocation(R.getEnd()); in dumpSourceRange()
1403 dumpLocation(T->getAttributeLoc()); in VisitDependentSizedExtVectorType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp72 static void dumpLocation(raw_ostream &OS, const DWARFFormValue &FormValue, in dumpLocation() function
294 dumpLocation(OS, FormValue, U, sizeof(BaseIndent) + Indent + 4, DumpOpts); in dumpAttribute()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTextNodeDumper.h194 void dumpLocation(SourceLocation Loc);