Searched defs:RegionLoc (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Lex/
H A DPPConditionalDirectiveRecord.h33 SourceLocation RegionLoc; member in class:clang::PPConditionalDirectiveRecord::CondDirectiveLoc
36 CondDirectiveLoc(SourceLocation Loc, SourceLocation RegionLoc) argument
37 : Loc(Loc), RegionLoc(RegionLoc) {}
40 SourceLocation getRegionLoc() const { return RegionLoc; }

Completed in 239 milliseconds