Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DSourceManager.cpp1026 std::pair<FileID, unsigned> DecompLoc = getDecomposedLoc(Loc); in isAtStartOfImmediateMacroExpansion() local
1027 if (DecompLoc.second > 0) in isAtStartOfImmediateMacroExpansion()
1032 getSLocEntry(DecompLoc.first, &Invalid).getExpansion(); in isAtStartOfImmediateMacroExpansion()
1041 FileID PrevFID = getPreviousFileID(DecompLoc.first); in isAtStartOfImmediateMacroExpansion()
1971 DecompTy &DecompLoc = InsertOp.first->second; in getDecomposedIncludedLoc() local
1973 return DecompLoc; // already in map. in getDecomposedIncludedLoc()
1986 DecompLoc = getDecomposedLoc(UpperLoc); in getDecomposedIncludedLoc()
1988 return DecompLoc; in getDecomposedIncludedLoc()