Searched refs:DecompLoc (Results 1 – 1 of 1) sorted by relevance
1042 std::pair<FileID, unsigned> DecompLoc = getDecomposedLoc(Loc); in isAtStartOfImmediateMacroExpansion() local1043 if (DecompLoc.second > 0) in isAtStartOfImmediateMacroExpansion()1048 getSLocEntry(DecompLoc.first, &Invalid).getExpansion(); in isAtStartOfImmediateMacroExpansion()1057 FileID PrevFID = getPreviousFileID(DecompLoc.first); in isAtStartOfImmediateMacroExpansion()2006 DecompTy &DecompLoc = InsertOp.first->second; in getDecomposedIncludedLoc() local2008 return DecompLoc; // already in map. in getDecomposedIncludedLoc()2021 DecompLoc = getDecomposedLoc(UpperLoc); in getDecomposedIncludedLoc()2023 return DecompLoc; in getDecomposedIncludedLoc()