clang API Documentation
#include <PPConditionalDirectiveRecord.h>
Public Member Functions | |
| Comp (SourceManager &SM) | |
| bool | operator() (const CondDirectiveLoc &LHS, const CondDirectiveLoc &RHS) |
| bool | operator() (const CondDirectiveLoc &LHS, SourceLocation RHS) |
| bool | operator() (SourceLocation LHS, const CondDirectiveLoc &RHS) |
Definition at line 42 of file PPConditionalDirectiveRecord.h.
| clang::PPConditionalDirectiveRecord::CondDirectiveLoc::Comp::Comp | ( | SourceManager & | SM | ) | [inline, explicit] |
Definition at line 45 of file PPConditionalDirectiveRecord.h.
| bool clang::PPConditionalDirectiveRecord::CondDirectiveLoc::Comp::operator() | ( | const CondDirectiveLoc & | LHS, |
| const CondDirectiveLoc & | RHS | ||
| ) | [inline] |
Definition at line 46 of file PPConditionalDirectiveRecord.h.
References clang::SourceManager::isBeforeInTranslationUnit().
| bool clang::PPConditionalDirectiveRecord::CondDirectiveLoc::Comp::operator() | ( | const CondDirectiveLoc & | LHS, |
| SourceLocation | RHS | ||
| ) | [inline] |
Definition at line 50 of file PPConditionalDirectiveRecord.h.
References clang::SourceManager::isBeforeInTranslationUnit().
| bool clang::PPConditionalDirectiveRecord::CondDirectiveLoc::Comp::operator() | ( | SourceLocation | LHS, |
| const CondDirectiveLoc & | RHS | ||
| ) | [inline] |
Definition at line 53 of file PPConditionalDirectiveRecord.h.
References clang::SourceManager::isBeforeInTranslationUnit().