Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DSourceMgr.cpp218 auto BufferID = FindBufferContainingLoc(Loc); in getFormattedLocationNoOffset() local
234 SMLoc SourceMgr::FindLocForLineAndColumn(unsigned BufferID, unsigned LineNo, in FindLocForLineAndColumn()
281 StringRef BufferID = "<unknown>"; in GetMessage() local
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DFrontendAction.cpp901 auto BufferID = SourceMgr.createFileID(std::move(Buffer), Kind); in BeginSourceFile() local
/openbsd-src/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheck.cpp1903 unsigned BufferID = SM.AddNewSourceBuffer(std::move(CmdLine), SMLoc()); in readCheckFile() local