Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp915 auto BufferID = SourceMgr.createFileID(std::move(Buffer), Kind); in BeginSourceFile() local
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1800 unsigned BufferID = SM.AddNewSourceBuffer(std::move(CmdLine), SMLoc()); in readCheckFile() local