Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceLocation.cpp167 FileIDAndOffset FullSourceLoc::getDecomposedExpansionLoc() const { in getDecomposedExpansionLoc() function in FullSourceLoc
168 return SrcMgr->getDecomposedExpansionLoc(*this); in getDecomposedExpansionLoc()
H A DSourceManager.cpp270 FileIDAndOffset LocInfo = getDecomposedExpansionLoc(Loc); in AddLineNote()
1204 FileIDAndOffset LocInfo = getDecomposedExpansionLoc(Loc); in getExpansionColumnNumber()
1411 FileIDAndOffset LocInfo = getDecomposedExpansionLoc(Loc); in getExpansionLineNumber()
1432 FileIDAndOffset LocInfo = getDecomposedExpansionLoc(Loc); in getFileCharacteristic()
1481 FileIDAndOffset LocInfo = getDecomposedExpansionLoc(Loc); in getPresumedLoc()
1556 FileIDAndOffset LocInfo = getDecomposedExpansionLoc(Loc); in isInMainFile()
H A DSarif.cpp120 FileIDAndOffset LocInfo = Loc.getDecomposedExpansionLoc(); in adjustColumnPos()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp71 FileIDAndOffset startInfo = SM.getDecomposedExpansionLoc(macroStart); in getDefinitionLengthSlow()
72 FileIDAndOffset endInfo = SM.getDecomposedExpansionLoc(macroEnd); in getDefinitionLengthSlow()
H A DPPDirectives.cpp1603 SM.getDecomposedExpansionLoc(FlagTok.getLocation()).first; in ReadLineMarkerFlags()
1612 SM.getDecomposedExpansionLoc(IncLoc).first != CurFileID) { in ReadLineMarkerFlags()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp383 FileIDAndOffset ExpAsmLoc = SrcMgr.getDecomposedExpansionLoc(EndLoc); in ParseMicrosoftAsmStatement()
410 FileIDAndOffset ExpSemiLoc = SrcMgr.getDecomposedExpansionLoc(TokLoc); in ParseMicrosoftAsmStatement()
417 FileIDAndOffset ExpLoc = SrcMgr.getDecomposedExpansionLoc(TokLoc); in ParseMicrosoftAsmStatement()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h408 FileIDAndOffset getDecomposedExpansionLoc() const;
H A DSourceManager.h1288 FileIDAndOffset getDecomposedExpansionLoc(SourceLocation Loc) const { in getDecomposedExpansionLoc() function
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp117 auto DecFirst = SM.getDecomposedExpansionLoc(Candidate.getBegin()); in spelledForExpandedSlow()
118 auto DecLast = SM.getDecomposedExpansionLoc(Candidate.getEnd()); in spelledForExpandedSlow()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp898 FileIDAndOffset LPosInfo = SM.getDecomposedExpansionLoc(Pos); in HandlePiece()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp1016 SM.getDecomposedExpansionLoc(H.RemoveRange.getBegin()); in buildFixItInsertionLine()