HomeSort by relevance Sort by last modified time
    Searched refs:PreprocessingDirective (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Lex/
PreprocessingRecord.h 126 class PreprocessingDirective : public PreprocessedEntity {
128 PreprocessingDirective(EntityKind Kind, SourceRange Range)
136 static bool classof(const PreprocessingDirective *) { return true; }
140 class MacroDefinition : public PreprocessingDirective {
146 : PreprocessingDirective(MacroDefinitionKind, Range), Name(Name) { }
201 class InclusionDirective : public PreprocessingDirective {
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 30 : PreprocessingDirective(InclusionDirectiveKind, Range),

Completed in 1239 milliseconds