Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceLocation.h184 std::string printToString(const SourceManager &SM) const;
244 std::string printToString(const SourceManager &SM) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp326 << ILoc.printToString(BR->getSourceManager()); in reportRecord()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp2159 << FormatTok->Tok.getLocation().printToString( in guessIsObjC()