Searched refs:DecompLoc (Results 1 – 1 of 1) sorted by relevance
1086 std::pair<FileID, unsigned> DecompLoc = getDecomposedLoc(Loc); in isAtStartOfImmediateMacroExpansion() local1087 if (DecompLoc.second > 0) in isAtStartOfImmediateMacroExpansion()1092 getSLocEntry(DecompLoc.first, &Invalid).getExpansion(); in isAtStartOfImmediateMacroExpansion()1101 FileID PrevFID = getPreviousFileID(DecompLoc.first); in isAtStartOfImmediateMacroExpansion()1960 DecompTy &DecompLoc = InsertOp.first->second; in getDecomposedIncludedLoc() local1962 return DecompLoc; // already in map. in getDecomposedIncludedLoc()1975 DecompLoc = getDecomposedLoc(UpperLoc); in getDecomposedIncludedLoc()1977 return DecompLoc; in getDecomposedIncludedLoc()