Home
last modified time | relevance | path

Searched refs:printToString (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSourceLocation.cpp89 SourceLocation::printToString(const SourceManager &SM) const { in printToString() function in SourceLocation
148 SourceRange::printToString(const SourceManager &SM) const { in printToString() function in SourceRange
H A DDiagnostic.cpp1186 OS << SD.getLocation().printToString(SD.getLocation().getManager()) << ": "; in operator <<()
/openbsd-src/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-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp331 << ILoc.printToString(BR->getSourceManager()); in reportRecord()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp770 << E->getSourceRange().printToString(Context.getSourceManager()) << " '" in printIndicesOfElementsToConstructJson()
830 << E->getSourceRange().printToString(Context.getSourceManager()) << " '" in printPendingInitLoopJson()
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp2761 << FormatTok->Tok.getLocation().printToString( in guessIsObjC()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp665 return E->getSourceRange().printToString(Ctx.getSourceManager()); in ExprTimeTraceScope()