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 46 class PreprocessedEntity {
80 PreprocessedEntity(EntityKind Kind, SourceRange Range)
98 static bool classof(const PreprocessedEntity *) { return true; }
126 class PreprocessingDirective : public PreprocessedEntity {
129 : PreprocessedEntity(Kind, Range) { }
132 static bool classof(const PreprocessedEntity *PD) {
155 static bool classof(const PreprocessedEntity *PE) {
162 class MacroExpansion : public PreprocessedEntity {
169 : PreprocessedEntity(MacroExpansionKind, Range),
173 : PreprocessedEntity(MacroExpansionKind, Range)
    [all...]
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 71 static bool isPreprocessedEntityIfInFileID(PreprocessedEntity *PPE, FileID FID,
104 if (PreprocessedEntity *PPE = LoadedPreprocessedEntities[LoadedIndex])
179 bool operator()(PreprocessedEntity *L, PreprocessedEntity *R) const {
185 bool operator()(PreprocessedEntity *L, SourceLocation RHS) const {
190 bool operator()(SourceLocation LHS, PreprocessedEntity *R) const {
195 SourceLocation getLoc(PreprocessedEntity *PPE) const {
210 std::vector<PreprocessedEntity *>::const_iterator
212 std::vector<PreprocessedEntity *>::const_iterator I;
239 std::vector<PreprocessedEntity *>::const_iterato
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 55 class PreprocessedEntity;
ASTReader.h     [all...]
  /external/clang/tools/libclang/
Indexing.cpp 453 PreprocessedEntity *PPE = *I;
CIndex.cpp 407 PreprocessedEntity *PPE = *First;
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 963 milliseconds