Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DMacroInfo.h564 llvm::PointerIntPair<DefMacroDirective *, 1, bool> LatestLocalAndAmbiguous; variable
568 MacroDefinition() : LatestLocalAndAmbiguous(), ModuleMacros() {} in MacroDefinition()
571 : LatestLocalAndAmbiguous(MD, IsAmbiguous), ModuleMacros(MMs) {} in MacroDefinition()
588 bool isAmbiguous() const { return LatestLocalAndAmbiguous.getInt(); } in isAmbiguous()
593 return LatestLocalAndAmbiguous.getPointer(); in getLocalDirective()