Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h184 std::string printToString(const SourceManager &SM) const;
244 std::string printToString(const SourceManager &SM) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp327 << ILoc.printToString(BR->getSourceManager()); in reportRecord()
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1253 return Tok.getLocation().printToString( in ParseDeclarationOrFunctionDefinition()
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2939 << FormatTok->Tok.getLocation().printToString( in guessIsObjC()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp675 return E->getSourceRange().printToString(Ctx.getSourceManager()); in ExprTimeTraceScope()