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

  /external/clang/include/clang/Lex/
PreprocessingRecord.h 48 class PreprocessedEntity {
82 PreprocessedEntity(EntityKind Kind, SourceRange Range)
123 class PreprocessingDirective : public PreprocessedEntity {
126 : PreprocessedEntity(Kind, Range) { }
129 static bool classof(const PreprocessedEntity *PD) {
152 static bool classof(const PreprocessedEntity *PE) {
158 class MacroExpansion : public PreprocessedEntity {
165 : PreprocessedEntity(MacroExpansionKind, Range),
169 : PreprocessedEntity(MacroExpansionKind, Range), NameOrDef(Definition) {
189 static bool classof(const PreprocessedEntity *PE)
    [all...]
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 67 static bool isPreprocessedEntityIfInFileID(PreprocessedEntity *PPE, FileID FID,
99 if (PreprocessedEntity *PPE = LoadedPreprocessedEntities[LoadedIndex])
176 bool operator()(PreprocessedEntity *L, PreprocessedEntity *R) const {
182 bool operator()(PreprocessedEntity *L, SourceLocation RHS) const {
187 bool operator()(SourceLocation LHS, PreprocessedEntity *R) const {
192 SourceLocation getLoc(PreprocessedEntity *PPE) const {
207 std::vector<PreprocessedEntity *>::const_iterator
209 std::vector<PreprocessedEntity *>::const_iterator I;
236 std::vector<PreprocessedEntity *>::const_iterato
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 63 class PreprocessedEntity;
    [all...]
ASTReader.h     [all...]
  /external/clang/tools/libclang/
Indexing.cpp 619 for (PreprocessedEntity *PPE : Unit.getLocalPreprocessingEntities()) {
    [all...]
CIndex.cpp 448 PreprocessedEntity *PPE = *First;
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 114 milliseconds