Lines Matching refs:PPConditionalDirectiveRecord
18 PPConditionalDirectiveRecord::PPConditionalDirectiveRecord(SourceManager &SM) in PPConditionalDirectiveRecord() function in PPConditionalDirectiveRecord
23 bool PPConditionalDirectiveRecord::rangeIntersectsConditionalDirective( in rangeIntersectsConditionalDirective()
46 SourceLocation PPConditionalDirectiveRecord::findConditionalDirectiveRegionLoc( in findConditionalDirectiveRegionLoc()
63 void PPConditionalDirectiveRecord::addCondDirectiveLoc( in addCondDirectiveLoc()
75 void PPConditionalDirectiveRecord::If(SourceLocation Loc, in If()
82 void PPConditionalDirectiveRecord::Ifdef(SourceLocation Loc, in Ifdef()
89 void PPConditionalDirectiveRecord::Ifndef(SourceLocation Loc, in Ifndef()
96 void PPConditionalDirectiveRecord::Elif(SourceLocation Loc, in Elif()
104 void PPConditionalDirectiveRecord::Elifdef(SourceLocation Loc, const Token &, in Elifdef()
109 void PPConditionalDirectiveRecord::Elifdef(SourceLocation Loc, SourceRange, in Elifdef()
115 void PPConditionalDirectiveRecord::Elifndef(SourceLocation Loc, const Token &, in Elifndef()
120 void PPConditionalDirectiveRecord::Elifndef(SourceLocation Loc, SourceRange, in Elifndef()
126 void PPConditionalDirectiveRecord::Else(SourceLocation Loc, in Else()
132 void PPConditionalDirectiveRecord::Endif(SourceLocation Loc, in Endif()
139 size_t PPConditionalDirectiveRecord::getTotalMemory() const { in getTotalMemory()