Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1021 std::pair<FileID, unsigned> DecompLoc = getDecomposedLoc(Loc); in isAtStartOfImmediateMacroExpansion() local
1022 if (DecompLoc.second > 0) in isAtStartOfImmediateMacroExpansion()
1027 getSLocEntry(DecompLoc.first, &Invalid).getExpansion(); in isAtStartOfImmediateMacroExpansion()
1036 FileID PrevFID = getPreviousFileID(DecompLoc.first); in isAtStartOfImmediateMacroExpansion()
1894 DecompTy &DecompLoc = InsertOp.first->second; in getDecomposedIncludedLoc() local
1896 return DecompLoc; // already in map. in getDecomposedIncludedLoc()
1909 DecompLoc = getDecomposedLoc(UpperLoc); in getDecomposedIncludedLoc()
1911 return DecompLoc; in getDecomposedIncludedLoc()