Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInstance.cpp1349 auto *LatestLocalMD = PP.getLocalMacroDirectiveHistory(Id); in checkConfigMacro() local
1353 for (auto *MD = LatestLocalMD; MD; MD = MD->getPrevious()) { in checkConfigMacro()
1371 auto LatestDef = LatestLocalMD->getDefinition(); in checkConfigMacro()