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

/external/clang/include/clang/Lex/
H A DPreprocessingRecord.h308 class CondDirectiveLoc { class in class:clang::PreprocessingRecord
313 CondDirectiveLoc(SourceLocation Loc, unsigned Idx) : Loc(Loc), Idx(Idx) {} function in class:clang::PreprocessingRecord::CondDirectiveLoc
322 bool operator()(const CondDirectiveLoc &LHS,
323 const CondDirectiveLoc &RHS) {
326 bool operator()(const CondDirectiveLoc &LHS, SourceLocation RHS) {
329 bool operator()(SourceLocation LHS, const CondDirectiveLoc &RHS) {
335 typedef std::vector<CondDirectiveLoc> CondDirectiveLocsTy;
339 void addCondDirectiveLoc(CondDirectiveLoc DirLoc);
/external/clang/lib/Lex/
H A DPreprocessingRecord.cpp432 Range.getBegin(), CondDirectiveLoc::Comp(SourceMgr));
441 Range.getEnd(), CondDirectiveLoc::Comp(SourceMgr));
457 Loc, CondDirectiveLoc::Comp(SourceMgr));
463 void PreprocessingRecord::addCondDirectiveLoc(CondDirectiveLoc DirLoc) {
476 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back()));
483 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back()));
490 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back()));
498 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back()));
503 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back()));
508 addCondDirectiveLoc(CondDirectiveLoc(Lo
[all...]

Completed in 51 milliseconds