Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h591 llvm::PointerIntPair<DefMacroDirective *, 1, bool> LatestLocalAndAmbiguous; variable
598 : LatestLocalAndAmbiguous(MD, IsAmbiguous), ModuleMacros(MMs) {} in MacroDefinition()
615 bool isAmbiguous() const { return LatestLocalAndAmbiguous.getInt(); } in isAmbiguous()
620 return LatestLocalAndAmbiguous.getPointer(); in getLocalDirective()