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

/external/clang/include/clang/Lex/
H A DPPConditionalDirectiveRecord.h31 class CondDirectiveLoc { class in class:clang::PPConditionalDirectiveRecord
36 CondDirectiveLoc(SourceLocation Loc, SourceLocation RegionLoc) function in class:clang::PPConditionalDirectiveRecord::CondDirectiveLoc
46 bool operator()(const CondDirectiveLoc &LHS,
47 const CondDirectiveLoc &RHS) {
50 bool operator()(const CondDirectiveLoc &LHS, SourceLocation RHS) {
53 bool operator()(SourceLocation LHS, const CondDirectiveLoc &RHS) {
59 typedef std::vector<CondDirectiveLoc> CondDirectiveLocsTy;
63 void addCondDirectiveLoc(CondDirectiveLoc DirLoc);

Completed in 1748 milliseconds