Searched refs:UndefLoc (Results 1 – 4 of 4) sorted by relevance
341 SourceLocation UndefLoc; variable346 DefInfo(DefMacroDirective *DefDirective, SourceLocation UndefLoc, in DefInfo() argument348 : DefDirective(DefDirective), UndefLoc(UndefLoc), IsPublic(isPublic) {} in DefInfo()360 SourceLocation getUndefLocation() const { return UndefLoc; } in getUndefLocation()361 bool isUndefined() const { return UndefLoc.isValid(); } in isUndefined()432 explicit UndefMacroDirective(SourceLocation UndefLoc) in UndefMacroDirective() argument433 : MacroDirective(MD_Undefine, UndefLoc) { in UndefMacroDirective()434 assert(UndefLoc.isValid() && "Invalid UndefLoc!"); in UndefMacroDirective()
1929 UndefMacroDirective *AllocateUndefMacroDirective(SourceLocation UndefLoc);
181 SourceLocation UndefLoc; in getDefinition() local185 return DefInfo(DefMD, UndefLoc, in getDefinition()189 UndefLoc = UndefMD->getLocation(); in getDefinition()198 return DefInfo(nullptr, UndefLoc, in getDefinition()
70 Preprocessor::AllocateUndefMacroDirective(SourceLocation UndefLoc) { in AllocateUndefMacroDirective() argument71 return new (BP) UndefMacroDirective(UndefLoc); in AllocateUndefMacroDirective()