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 47 class PreprocessedEntity {
81 PreprocessedEntity(EntityKind Kind, SourceRange Range)
124 class PreprocessingDirective : public PreprocessedEntity {
127 : PreprocessedEntity(Kind, Range) { }
130 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),
189 static bool classof(const PreprocessedEntity *PE)
    [all...]
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 66 static bool isPreprocessedEntityIfInFileID(PreprocessedEntity *PPE, FileID FID,
101 if (PreprocessedEntity *PPE = LoadedPreprocessedEntities[LoadedIndex])
178 bool operator()(PreprocessedEntity *L, PreprocessedEntity *R) const {
184 bool operator()(PreprocessedEntity *L, SourceLocation RHS) const {
189 bool operator()(SourceLocation LHS, PreprocessedEntity *R) const {
194 SourceLocation getLoc(PreprocessedEntity *PPE) const {
209 std::vector<PreprocessedEntity *>::const_iterator
211 std::vector<PreprocessedEntity *>::const_iterator I;
238 std::vector<PreprocessedEntity *>::const_iterato
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 59 class PreprocessedEntity;
ASTReader.h     [all...]
  /external/clang/tools/libclang/
Indexing.cpp 706 PreprocessedEntity *PPE = *I;
    [all...]
CIndex.cpp 447 PreprocessedEntity *PPE = *First;
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 234 milliseconds