Searched refs:printToString (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Basic/
H A DSourceLocation.cpp89 SourceLocation::printToString(const SourceManager &SM) const { function in class:SourceLocation
148 SourceRange::printToString(const SourceManager &SM) const { function in class:SourceRange
H A DDiagnostic.cpp1186 OS << SD.getLocation().printToString(SD.getLocation().getManager()) << ": ";
/openbsd-current/gnu/llvm/clang/include/clang/Basic/
H A DSourceLocation.h182 std::string printToString(const SourceManager &SM) const;
242 std::string printToString(const SourceManager &SM) const;
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp331 << ILoc.printToString(BR->getSourceManager());
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp770 << E->getSourceRange().printToString(Context.getSourceManager()) << " '"
830 << E->getSourceRange().printToString(Context.getSourceManager()) << " '"
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp665 return E->getSourceRange().printToString(Ctx.getSourceManager());

Completed in 311 milliseconds