Home
last modified time | relevance | path

Searched refs:translatePreamblePatchLocation (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DPreamble.h141 SourceLocation translatePreamblePatchLocation(SourceLocation Loc,
DHeaders.cpp44 HashLoc = translatePreamblePatchLocation(HashLoc, SM); in InclusionDirective()
DPreamble.cpp530 SourceLocation translatePreamblePatchLocation(SourceLocation Loc, in translatePreamblePatchLocation() function
DSourceCode.cpp987 translatePreamblePatchLocation(MI->getDefinitionLoc(), SM)}; in locateMacroAt()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DPreambleTests.cpp486 auto TranslatedLoc = translatePreamblePatchLocation(ND.getLocation(), SM); in TEST()