Home
last modified time | relevance | path

Searched refs:getComposedLoc (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/unittests/
DPreambleTests.cpp366 SM.getComposedLoc(SM.getMainFileID(), Modified.point("use"))); in TEST()
390 SM.getComposedLoc(SM.getMainFileID(), Modified.point())); in TEST()
DSourceCodeTests.cpp355 AST->getSourceManager().getComposedLoc( in tryWord()
/external/llvm-project/clang-tools-extra/clangd/refactor/
DTweak.cpp55 Cursor = SM.getComposedLoc(SM.getMainFileID(), RangeBegin); in Selection()
/external/llvm-project/clang-tools-extra/clangd/
DSelection.cpp787 SourceLocation Loc = SM.getComposedLoc(SM.getMainFileID(), Offset); in pointBounds()
836 SourceRange(SM.getComposedLoc(FID, Begin), SM.getComposedLoc(FID, End)) in SelectionTree()
DSourceCode.cpp274 return SM.getComposedLoc(IncludingFile, Offset); in includeHashLoc()
956 Result.Location = SM.getComposedLoc(File, B); in touching()
DParsedAST.cpp179 auto HashLoc = SM.getComposedLoc(SM.getMainFileID(), Inc.HashOffset); in replay()
DXRefs.cpp733 auto HashLoc = SM.getComposedLoc(SM.getMainFileID(), Inc.HashOffset); in getDocumentLinks()
/external/llvm-project/clang/unittests/Tooling/Syntax/
DTokensTest.cpp898 SourceLocation Loc = SourceMgr->getComposedLoc(SourceMgr->getMainFileID(), in TEST_F()
903 SourceLocation Loc = SourceMgr->getComposedLoc(SourceMgr->getMainFileID(), in TEST_F()
/external/llvm-project/clang/lib/Tooling/Syntax/
DTokens.cpp192 SourceRange(SM.getComposedLoc(File, Begin), SM.getComposedLoc(File, End)), in toCharRange()
/external/llvm-project/clang/lib/CrossTU/
DCrossTranslationUnit.cpp779 Unit->getSourceManager().getComposedLoc(FromID, DecToLoc.second); in getImportedFromSourceLocation()
/external/llvm-project/clang/include/clang/Basic/
DSourceManager.h1211 SourceLocation getComposedLoc(FileID FID, unsigned Offset) const { in getComposedLoc() function
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp2820 SourceLocation Loc = Diag.SourceMgr->getComposedLoc(FileIDAndFile.first, 0); in WritePragmaDiagnosticMappings()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp6904 SM.getComposedLoc(DecomposedEnd.first, DecomposedEnd.second); in clang_getToken()
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp8654 return ToSM.getComposedLoc(*ToFileIDOrErr, Decomposed.second); in Import()