Lines Matching refs:PPConditionalDirectiveRecord
19 PPConditionalDirectiveRecord::PPConditionalDirectiveRecord(SourceManager &SM) in PPConditionalDirectiveRecord() function in PPConditionalDirectiveRecord
24 bool PPConditionalDirectiveRecord::rangeIntersectsConditionalDirective( in rangeIntersectsConditionalDirective()
48 SourceLocation PPConditionalDirectiveRecord::findConditionalDirectiveRegionLoc( in findConditionalDirectiveRegionLoc()
66 void PPConditionalDirectiveRecord::addCondDirectiveLoc( in addCondDirectiveLoc()
78 void PPConditionalDirectiveRecord::If(SourceLocation Loc, in If()
85 void PPConditionalDirectiveRecord::Ifdef(SourceLocation Loc, in Ifdef()
92 void PPConditionalDirectiveRecord::Ifndef(SourceLocation Loc, in Ifndef()
99 void PPConditionalDirectiveRecord::Elif(SourceLocation Loc, in Elif()
107 void PPConditionalDirectiveRecord::Else(SourceLocation Loc, in Else()
113 void PPConditionalDirectiveRecord::Endif(SourceLocation Loc, in Endif()
120 size_t PPConditionalDirectiveRecord::getTotalMemory() const { in getTotalMemory()