Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp75 startInfo = SM.getDecomposedExpansionLoc(macroStart); in getDefinitionLengthSlow()
77 endInfo = SM.getDecomposedExpansionLoc(macroEnd); in getDefinitionLengthSlow()
H A DPPDirectives.cpp1577 SM.getDecomposedExpansionLoc(FlagTok.getLocation()).first; in ReadLineMarkerFlags()
1586 SM.getDecomposedExpansionLoc(IncLoc).first != CurFileID) { in ReadLineMarkerFlags()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp403 SrcMgr.getDecomposedExpansionLoc(EndLoc); in ParseMicrosoftAsmStatement()
431 SrcMgr.getDecomposedExpansionLoc(TokLoc); in ParseMicrosoftAsmStatement()
439 SrcMgr.getDecomposedExpansionLoc(TokLoc); in ParseMicrosoftAsmStatement()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp284 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in AddLineNote()
1199 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in getExpansionColumnNumber()
1406 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in getExpansionLineNumber()
1427 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in getFileCharacteristic()
1476 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in getPresumedLoc()
1551 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in isInMainFile()
H A DSarif.cpp121 std::pair<FileID, unsigned> LocInfo = Loc.getDecomposedExpansionLoc(); in adjustColumnPos()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h406 std::pair<FileID, unsigned> getDecomposedExpansionLoc() const;
H A DSourceManager.h1285 getDecomposedExpansionLoc(SourceLocation Loc) const { in getDecomposedExpansionLoc() function
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp119 auto DecFirst = SM.getDecomposedExpansionLoc(Candidate.getBegin()); in spelledForExpandedSlow()
120 auto DecLast = SM.getDecomposedExpansionLoc(Candidate.getEnd()); in spelledForExpandedSlow()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp900 std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos); in HandlePiece()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp1019 SM.getDecomposedExpansionLoc(H.RemoveRange.getBegin()); in buildFixItInsertionLine()