Searched refs:UndefLoc (Results 1 – 4 of 4) sorted by relevance
363 SourceLocation UndefLoc; variable368 DefInfo(DefMacroDirective *DefDirective, SourceLocation UndefLoc, in DefInfo() argument370 : DefDirective(DefDirective), UndefLoc(UndefLoc), IsPublic(isPublic) {} in DefInfo()382 SourceLocation getUndefLocation() const { return UndefLoc; } in getUndefLocation()383 bool isUndefined() const { return UndefLoc.isValid(); } in isUndefined()454 explicit UndefMacroDirective(SourceLocation UndefLoc) in UndefMacroDirective() argument455 : MacroDirective(MD_Undefine, UndefLoc) { in UndefMacroDirective()456 assert(UndefLoc.isValid() && "Invalid UndefLoc!"); in UndefMacroDirective()
2459 UndefMacroDirective *AllocateUndefMacroDirective(SourceLocation UndefLoc);
200 SourceLocation UndefLoc; in getDefinition() local204 return DefInfo(DefMD, UndefLoc, !isPublic || *isPublic); in getDefinition()207 UndefLoc = UndefMD->getLocation(); in getDefinition()216 return DefInfo(nullptr, UndefLoc, !isPublic || *isPublic); in getDefinition()
71 Preprocessor::AllocateUndefMacroDirective(SourceLocation UndefLoc) { in AllocateUndefMacroDirective() argument72 return new (BP) UndefMacroDirective(UndefLoc); in AllocateUndefMacroDirective()