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 124 class PreprocessingDirective : public PreprocessedEntity {
126 PreprocessingDirective(EntityKind Kind, SourceRange Range)
137 class MacroDefinition : public PreprocessingDirective {
143 : PreprocessingDirective(MacroDefinitionKind, Range), Name(Name) { }
196 class InclusionDirective : public PreprocessingDirective {
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 31 : PreprocessingDirective(InclusionDirectiveKind, Range),

Completed in 522 milliseconds