Home
last modified time | relevance | path

Searched defs:BufferID (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSourceMgr.cpp206 auto BufferID = FindBufferContainingLoc(Loc); in getFormattedLocationNoOffset() local
222 SMLoc SourceMgr::FindLocForLineAndColumn(unsigned BufferID, unsigned LineNo, in FindLocForLineAndColumn()
269 StringRef BufferID = "<unknown>"; in GetMessage() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp800 auto BufferID = SourceMgr.createFileID(std::move(Buffer), Kind); in BeginSourceFile() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp1882 unsigned BufferID = SM.AddNewSourceBuffer(std::move(CmdLine), SMLoc()); in readCheckFile() local