Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DMacroInfo.cpp53 startInfo = SM.getDecomposedExpansionLoc(macroStart); in getDefinitionLengthSlow()
55 endInfo = SM.getDecomposedExpansionLoc(macroEnd); in getDefinitionLengthSlow()
DPPDirectives.cpp1229 SM.getDecomposedExpansionLoc(FlagTok.getLocation()).first; in ReadLineMarkerFlags()
1238 SM.getDecomposedExpansionLoc(IncLoc).first != CurFileID) { in ReadLineMarkerFlags()
/external/llvm-project/clang/lib/Lex/
DMacroInfo.cpp55 startInfo = SM.getDecomposedExpansionLoc(macroStart); in getDefinitionLengthSlow()
57 endInfo = SM.getDecomposedExpansionLoc(macroEnd); in getDefinitionLengthSlow()
DPPDirectives.cpp1253 SM.getDecomposedExpansionLoc(FlagTok.getLocation()).first; in ReadLineMarkerFlags()
1262 SM.getDecomposedExpansionLoc(IncLoc).first != CurFileID) { in ReadLineMarkerFlags()
/external/clang/lib/Basic/
DSourceManager.cpp291 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/
DParseStmtAsm.cpp405 SrcMgr.getDecomposedExpansionLoc(EndLoc); in ParseMicrosoftAsmStatement()
433 SrcMgr.getDecomposedExpansionLoc(TokLoc); in ParseMicrosoftAsmStatement()
441 SrcMgr.getDecomposedExpansionLoc(TokLoc); in ParseMicrosoftAsmStatement()
/external/llvm-project/clang/lib/Parse/
DParseStmtAsm.cpp403 SrcMgr.getDecomposedExpansionLoc(EndLoc); in ParseMicrosoftAsmStatement()
431 SrcMgr.getDecomposedExpansionLoc(TokLoc); in ParseMicrosoftAsmStatement()
439 SrcMgr.getDecomposedExpansionLoc(TokLoc); in ParseMicrosoftAsmStatement()
/external/llvm-project/clang/lib/Basic/
DSourceManager.cpp270 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/
DSarifDiagnostics.cpp158 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedExpansionLoc(Loc); in adjustColumnPos()
DHTMLDiagnostics.cpp785 std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos); in HandlePiece()
/external/clang/lib/StaticAnalyzer/Core/
DHTMLDiagnostics.cpp360 std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos); in HandlePiece()
/external/llvm-project/clang/unittests/Lex/
DLexerTest.cpp469 SourceMgr.getDecomposedExpansionLoc( in TEST_F()
/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyDiagnosticConsumer.cpp556 FileID FID = Sources.getDecomposedExpansionLoc(Location).first; in checkFilters()
/external/llvm-project/clang-tools-extra/clangd/index/
DSymbolCollector.cpp525 PP->getSourceManager().getDecomposedExpansionLoc(Loc).first; in setIncludeLocation()
/external/llvm-project/clang-tools-extra/clangd/
DSelection.cpp335 auto Expansion = SM.getDecomposedExpansionLoc(StartLoc); in testChunk()
DSourceCode.cpp263 SM.getDecomposedExpansionLoc(SM.getIncludeLoc(IncludedFile)); in includeHashLoc()
/external/clang/include/clang/Basic/
DSourceManager.h1128 getDecomposedExpansionLoc(SourceLocation Loc) const { in getDecomposedExpansionLoc() function
/external/clang/lib/Frontend/
DTextDiagnostic.cpp1010 = SM.getDecomposedExpansionLoc(I->RemoveRange.getBegin()); in buildFixItInsertionLine()
/external/llvm-project/clang/lib/Frontend/
DTextDiagnostic.cpp1086 = SM.getDecomposedExpansionLoc(I->RemoveRange.getBegin()); in buildFixItInsertionLine()
/external/llvm-project/clang/include/clang/Basic/
DSourceManager.h1238 getDecomposedExpansionLoc(SourceLocation Loc) const { in getDecomposedExpansionLoc() function
/external/clang/tools/libclang/
DCIndex.cpp322 std::tie(File, Offset) = SM.getDecomposedExpansionLoc(Outer); in visitDeclsFromFileRegion()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp335 std::tie(File, Offset) = SM.getDecomposedExpansionLoc(Outer); in visitDeclsFromFileRegion()