Searched refs:UndefLoc (Results 1 – 4 of 4) sorted by relevance
354 SourceLocation UndefLoc; variable360 DefInfo(DefMacroDirective *DefDirective, SourceLocation UndefLoc, in DefInfo() argument362 : DefDirective(DefDirective), UndefLoc(UndefLoc), IsPublic(isPublic) {} in DefInfo()373 SourceLocation getUndefLocation() const { return UndefLoc; } in getUndefLocation()374 bool isUndefined() const { return UndefLoc.isValid(); } in isUndefined()442 explicit UndefMacroDirective(SourceLocation UndefLoc) in UndefMacroDirective() argument443 : MacroDirective(MD_Undefine, UndefLoc) { in UndefMacroDirective()444 assert(UndefLoc.isValid() && "Invalid UndefLoc!"); in UndefMacroDirective()
1695 UndefMacroDirective *AllocateUndefMacroDirective(SourceLocation UndefLoc);
178 SourceLocation UndefLoc; in getDefinition() local182 return DefInfo(DefMD, UndefLoc, in getDefinition()186 UndefLoc = UndefMD->getLocation(); in getDefinition()195 return DefInfo(nullptr, UndefLoc, in getDefinition()
71 Preprocessor::AllocateUndefMacroDirective(SourceLocation UndefLoc) { in AllocateUndefMacroDirective() argument72 return new (BP) UndefMacroDirective(UndefLoc); in AllocateUndefMacroDirective()