Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp218 auto BufferID = FindBufferContainingLoc(Loc); in getFormattedLocationNoOffset() local
234 FindLocForLineAndColumn(unsigned BufferID,unsigned LineNo,unsigned ColNo) FindLocForLineAndColumn() argument
281 StringRef BufferID = "<unknown>"; GetMessage() local
[all...]
/llvm-project/clang/lib/Basic/
H A DSourceMgrAdapter.cpp42 unsigned BufferID = LLVMSrcMgr.FindBufferContainingLoc(Loc); in mapLocation() local
/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp915 assert(BufferID.isValid() && "couldn't create module buffer ID"); in BeginSourceFile() local
/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1800 unsigned BufferID = SM.AddNewSourceBuffer(std::move(CmdLine), SMLoc()); readCheckFile() local