Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DSourceManager.cpp1658 const ExpansionInfo &ExpInfo = Entry.getExpansion(); in computeMacroArgsCache() local
1660 if (ExpInfo.getExpansionLocStart().isFileID()) { in computeMacroArgsCache()
1661 if (!isInFileID(ExpInfo.getExpansionLocStart(), FID)) in computeMacroArgsCache()
1665 if (!ExpInfo.isMacroArgExpansion()) in computeMacroArgsCache()
1668 SourceLocation SpellLoc = ExpInfo.getSpellingLoc(); in computeMacroArgsCache()