Home
last modified time | relevance | path

Searched refs:getDecomposedExpansionLoc (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/clang/lib/Lex/
H A DMacroInfo.cpp75 startInfo = SM.getDecomposedExpansionLoc(macroStart); in getDefinitionLengthSlow()
77 endInfo = SM.getDecomposedExpansionLoc(macroEnd); in getDefinitionLengthSlow()
H A DPPDirectives.cpp1494 SM.getDecomposedExpansionLoc(FlagTok.getLocation()).first; in ReadLineMarkerFlags()
1503 SM.getDecomposedExpansionLoc(IncLoc).first != CurFileID) { in ReadLineMarkerFlags()
/llvm-project-15.0.7/clang-tools-extra/include-cleaner/unittests/
H A DWalkASTTest.cpp42 if (ReferencingFile != SM.getDecomposedExpansionLoc(D->getLocation()).first) in testWalk()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmtAsm.cpp403 SrcMgr.getDecomposedExpansionLoc(EndLoc); in ParseMicrosoftAsmStatement()
431 SrcMgr.getDecomposedExpansionLoc(TokLoc); in ParseMicrosoftAsmStatement()
439 SrcMgr.getDecomposedExpansionLoc(TokLoc); in ParseMicrosoftAsmStatement()
/llvm-project-15.0.7/clang/lib/Basic/
H A DSourceManager.cpp276 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in AddLineNote()
1242 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in getExpansionColumnNumber()
1448 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in getExpansionLineNumber()
1469 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in getFileCharacteristic()
1518 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in getPresumedLoc()
1593 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in isInMainFile()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp160 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedExpansionLoc(Loc); in adjustColumnPos()
H A DHTMLDiagnostics.cpp889 std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos); in HandlePiece()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.cpp534 FileID FID = Sources.getDecomposedExpansionLoc(Location).first; in checkFilters()
/llvm-project-15.0.7/clang/unittests/Lex/
H A DLexerTest.cpp534 SourceMgr.getDecomposedExpansionLoc( in TEST_F()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DSymbolCollector.cpp812 PP->getSourceManager().getDecomposedExpansionLoc(Loc).first; in setIncludeLocation()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DTextDiagnostic.cpp1076 = SM.getDecomposedExpansionLoc(I->RemoveRange.getBegin()); in buildFixItInsertionLine()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManager.h1254 getDecomposedExpansionLoc(SourceLocation Loc) const { in getDecomposedExpansionLoc() function
/llvm-project-15.0.7/clang/lib/Tooling/Syntax/
H A DTokens.cpp173 auto DecFirst = SM.getDecomposedExpansionLoc(Candidate.getBegin()); in spelledForExpandedSlow()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSourceCode.cpp260 SM.getDecomposedExpansionLoc(SM.getIncludeLoc(IncludedFile)); in includeHashLoc()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp336 std::tie(File, Offset) = SM.getDecomposedExpansionLoc(Outer); in visitDeclsFromFileRegion()