Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/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.cpp1183 OS << SD.getLocation().printToString(SD.getLocation().getManager()) << ": "; in operator <<()
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h185 std::string printToString(const SourceManager &SM) const;
245 std::string printToString(const SourceManager &SM) const;
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp327 << ILoc.printToString(BR->getSourceManager()); in reportRecord()
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp775 << E->getSourceRange().printToString(Context.getSourceManager()) << " '" in printIndicesOfElementsToConstructJson()
835 << E->getSourceRange().printToString(Context.getSourceManager()) << " '" in printPendingInitLoopJson()
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1258 return Tok.getLocation().printToString( in ParseDeclarationOrFunctionDefinition()
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2972 << FormatTok->Tok.getLocation().printToString(
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp680 return E->getSourceRange().printToString(Ctx.getSourceManager());