/external/clang/lib/Lex/ |
D | MacroInfo.cpp | 53 startInfo = SM.getDecomposedExpansionLoc(macroStart); in getDefinitionLengthSlow() 55 endInfo = SM.getDecomposedExpansionLoc(macroEnd); in getDefinitionLengthSlow()
|
D | PPDirectives.cpp | 1229 SM.getDecomposedExpansionLoc(FlagTok.getLocation()).first; in ReadLineMarkerFlags() 1238 SM.getDecomposedExpansionLoc(IncLoc).first != CurFileID) { in ReadLineMarkerFlags()
|
/external/llvm-project/clang/lib/Lex/ |
D | MacroInfo.cpp | 55 startInfo = SM.getDecomposedExpansionLoc(macroStart); in getDefinitionLengthSlow() 57 endInfo = SM.getDecomposedExpansionLoc(macroEnd); in getDefinitionLengthSlow()
|
D | PPDirectives.cpp | 1253 SM.getDecomposedExpansionLoc(FlagTok.getLocation()).first; in ReadLineMarkerFlags() 1262 SM.getDecomposedExpansionLoc(IncLoc).first != CurFileID) { in ReadLineMarkerFlags()
|
/external/clang/lib/Basic/ |
D | SourceManager.cpp | 291 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in AddLineNote() 319 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in AddLineNote() 1181 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in getExpansionColumnNumber() 1392 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in getExpansionLineNumber() 1413 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in getFileCharacteristic() 1461 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in getPresumedLoc() 1531 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in isInMainFile()
|
/external/clang/lib/Parse/ |
D | ParseStmtAsm.cpp | 405 SrcMgr.getDecomposedExpansionLoc(EndLoc); in ParseMicrosoftAsmStatement() 433 SrcMgr.getDecomposedExpansionLoc(TokLoc); in ParseMicrosoftAsmStatement() 441 SrcMgr.getDecomposedExpansionLoc(TokLoc); in ParseMicrosoftAsmStatement()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseStmtAsm.cpp | 403 SrcMgr.getDecomposedExpansionLoc(EndLoc); in ParseMicrosoftAsmStatement() 431 SrcMgr.getDecomposedExpansionLoc(TokLoc); in ParseMicrosoftAsmStatement() 439 SrcMgr.getDecomposedExpansionLoc(TokLoc); in ParseMicrosoftAsmStatement()
|
/external/llvm-project/clang/lib/Basic/ |
D | SourceManager.cpp | 270 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in AddLineNote() 1237 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in getExpansionColumnNumber() 1397 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in getExpansionLineNumber() 1418 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in getFileCharacteristic() 1467 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in getPresumedLoc() 1542 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in isInMainFile()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | SarifDiagnostics.cpp | 158 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedExpansionLoc(Loc); in adjustColumnPos()
|
D | HTMLDiagnostics.cpp | 785 std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos); in HandlePiece()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | HTMLDiagnostics.cpp | 360 std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos); in HandlePiece()
|
/external/llvm-project/clang/unittests/Lex/ |
D | LexerTest.cpp | 469 SourceMgr.getDecomposedExpansionLoc( in TEST_F()
|
/external/llvm-project/clang-tools-extra/clang-tidy/ |
D | ClangTidyDiagnosticConsumer.cpp | 556 FileID FID = Sources.getDecomposedExpansionLoc(Location).first; in checkFilters()
|
/external/llvm-project/clang-tools-extra/clangd/index/ |
D | SymbolCollector.cpp | 525 PP->getSourceManager().getDecomposedExpansionLoc(Loc).first; in setIncludeLocation()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | Selection.cpp | 335 auto Expansion = SM.getDecomposedExpansionLoc(StartLoc); in testChunk()
|
D | SourceCode.cpp | 263 SM.getDecomposedExpansionLoc(SM.getIncludeLoc(IncludedFile)); in includeHashLoc()
|
/external/clang/include/clang/Basic/ |
D | SourceManager.h | 1128 getDecomposedExpansionLoc(SourceLocation Loc) const { in getDecomposedExpansionLoc() function
|
/external/clang/lib/Frontend/ |
D | TextDiagnostic.cpp | 1010 = SM.getDecomposedExpansionLoc(I->RemoveRange.getBegin()); in buildFixItInsertionLine()
|
/external/llvm-project/clang/lib/Frontend/ |
D | TextDiagnostic.cpp | 1086 = SM.getDecomposedExpansionLoc(I->RemoveRange.getBegin()); in buildFixItInsertionLine()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | SourceManager.h | 1238 getDecomposedExpansionLoc(SourceLocation Loc) const { in getDecomposedExpansionLoc() function
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 322 std::tie(File, Offset) = SM.getDecomposedExpansionLoc(Outer); in visitDeclsFromFileRegion()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 335 std::tie(File, Offset) = SM.getDecomposedExpansionLoc(Outer); in visitDeclsFromFileRegion()
|