Searched refs:UndefLoc (Results 1 – 4 of 4) sorted by relevance
340 SourceLocation UndefLoc; variable345 DefInfo(DefMacroDirective *DefDirective, SourceLocation UndefLoc, in DefInfo() argument347 : DefDirective(DefDirective), UndefLoc(UndefLoc), IsPublic(isPublic) {} in DefInfo()359 SourceLocation getUndefLocation() const { return UndefLoc; } in getUndefLocation()360 bool isUndefined() const { return UndefLoc.isValid(); } in isUndefined()431 explicit UndefMacroDirective(SourceLocation UndefLoc) in UndefMacroDirective() argument432 : MacroDirective(MD_Undefine, UndefLoc) { in UndefMacroDirective()433 assert(UndefLoc.isValid() && "Invalid UndefLoc!"); in UndefMacroDirective()
2075 UndefMacroDirective *AllocateUndefMacroDirective(SourceLocation UndefLoc);
180 SourceLocation UndefLoc; in getDefinition() local184 return DefInfo(DefMD, UndefLoc, in getDefinition()188 UndefLoc = UndefMD->getLocation(); in getDefinition()197 return DefInfo(nullptr, UndefLoc, in getDefinition()
70 Preprocessor::AllocateUndefMacroDirective(SourceLocation UndefLoc) { in AllocateUndefMacroDirective() argument71 return new (BP) UndefMacroDirective(UndefLoc); in AllocateUndefMacroDirective()