Searched refs:UndefLoc (Results 1 – 4 of 4) sorted by relevance
397 SourceLocation UndefLoc; variable403 DefInfo(DefMacroDirective *DefDirective, SourceLocation UndefLoc, in DefInfo() argument405 : DefDirective(DefDirective), UndefLoc(UndefLoc), IsPublic(isPublic) { } in DefInfo()416 SourceLocation getUndefLocation() const { return UndefLoc; } in getUndefLocation()417 bool isUndefined() const { return UndefLoc.isValid(); } in isUndefined()499 explicit UndefMacroDirective(SourceLocation UndefLoc) in UndefMacroDirective() argument500 : MacroDirective(MD_Undefine, UndefLoc) { in UndefMacroDirective()501 assert(UndefLoc.isValid() && "Invalid UndefLoc!"); in UndefMacroDirective()
1294 UndefMacroDirective *AllocateUndefMacroDirective(SourceLocation UndefLoc);
130 SourceLocation UndefLoc; in getDefinition() local137 return DefInfo(DefMD, UndefLoc, in getDefinition()141 UndefLoc = UndefMD->getLocation(); in getDefinition()
86 Preprocessor::AllocateUndefMacroDirective(SourceLocation UndefLoc) { in AllocateUndefMacroDirective() argument88 new (MD) UndefMacroDirective(UndefLoc); in AllocateUndefMacroDirective()