Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DMacroInfo.h588 llvm::PointerIntPair<DefMacroDirective *, 1, bool> LatestLocalAndAmbiguous; variable
595 : LatestLocalAndAmbiguous(MD, IsAmbiguous), ModuleMacros(MMs) {} in MacroDefinition()
612 bool isAmbiguous() const { return LatestLocalAndAmbiguous.getInt(); } in isAmbiguous()
617 return LatestLocalAndAmbiguous.getPointer(); in getLocalDirective()