Searched refs:CmdLineDefinition (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1352 MacroInfo *CmdLineDefinition = nullptr; local
1359 CmdLineDefinition = DMD->getMacroInfo();
1364 if (CurrentDefinition == CmdLineDefinition) {
1377 } else if (!CmdLineDefinition) {
1385 } else if (!CurrentDefinition->isIdenticalTo(*CmdLineDefinition, PP,

Completed in 107 milliseconds