HomeSort by relevance Sort by last modified time
    Searched refs:UndefLoc (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Lex/
MacroInfo.h 420 SourceLocation UndefLoc;
426 DefInfo(DefMacroDirective *DefDirective, SourceLocation UndefLoc,
428 : DefDirective(DefDirective), UndefLoc(UndefLoc), IsPublic(isPublic) { }
439 SourceLocation getUndefLocation() const { return UndefLoc; }
440 bool isUndefined() const { return UndefLoc.isValid(); }
523 explicit UndefMacroDirective(SourceLocation UndefLoc,
526 : MacroDirective(MD_Undefine, UndefLoc, ImportedFromModuleID, Overrides) {
527 assert((UndefLoc.isValid() || ImportedFromModuleID) && "Invalid UndefLoc!");
    [all...]
Preprocessor.h     [all...]
  /external/clang/lib/Lex/
MacroInfo.cpp 174 SourceLocation UndefLoc;
178 return DefInfo(DefMD, UndefLoc,
182 UndefLoc = UndefMD->getLocation();
191 return DefInfo(nullptr, UndefLoc,
PPDirectives.cpp 77 Preprocessor::AllocateUndefMacroDirective(SourceLocation UndefLoc,
84 UndefMacroDirective(UndefLoc, ImportedFromModuleID, Overrides);
    [all...]

Completed in 46 milliseconds