Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1351 auto *LatestLocalMD = PP.getLocalMacroDirectiveHistory(Id); in checkConfigMacro() local
1355 for (auto *MD = LatestLocalMD; MD; MD = MD->getPrevious()) { in checkConfigMacro()
1373 auto LatestDef = LatestLocalMD->getDefinition(); in checkConfigMacro()