Searched refs:DecompLoc (Results 1 – 3 of 3) sorted by relevance
488 auto DecompLoc = SM.getDecomposedLoc(TranslatedLoc); in TEST() local489 EXPECT_EQ(DecompLoc.first, SM.getMainFileID()); in TEST()490 EXPECT_EQ(SM.getLineNumber(DecompLoc.first, DecompLoc.second), 3U); in TEST()
234 auto DecompLoc = SM.getDecomposedLoc(DirectiveRange.getBegin()); in spellDirective() local235 DirectiveLine = SM.getLineNumber(DecompLoc.first, DecompLoc.second); in spellDirective()236 Offset = DecompLoc.second; in spellDirective()237 auto TargetColumn = SM.getColumnNumber(DecompLoc.first, DecompLoc.second) - 1; in spellDirective()
1079 std::pair<FileID, unsigned> DecompLoc = getDecomposedLoc(Loc); in isAtStartOfImmediateMacroExpansion() local1080 if (DecompLoc.second > 0) in isAtStartOfImmediateMacroExpansion()1085 getSLocEntry(DecompLoc.first, &Invalid).getExpansion(); in isAtStartOfImmediateMacroExpansion()1094 FileID PrevFID = getPreviousFileID(DecompLoc.first); in isAtStartOfImmediateMacroExpansion()1951 DecompTy &DecompLoc = InsertOp.first->second; in getDecomposedIncludedLoc() local1953 return DecompLoc; // already in map. in getDecomposedIncludedLoc()1966 DecompLoc = getDecomposedLoc(UpperLoc); in getDecomposedIncludedLoc()1968 return DecompLoc; in getDecomposedIncludedLoc()