Home
last modified time | relevance | path

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

/freebsd-13.1/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
/freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp331 << ILoc.printToString(BR->getSourceManager()); in reportRecord()
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2208 << FormatTok->Tok.getLocation().printToString( in guessIsObjC()