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

  /external/clang/lib/Lex/
PreprocessingRecord.cpp 67 static bool isPreprocessedEntityIfInFileID(PreprocessedEntity *PPE, FileID FID,
70 if (!PPE)
73 SourceLocation Loc = PPE->getSourceRange().getBegin();
99 if (PreprocessedEntity *PPE = LoadedPreprocessedEntities[LoadedIndex])
100 return isPreprocessedEntityIfInFileID(PPE, FID, SourceMgr);
192 SourceLocation getLoc(PreprocessedEntity *PPE) const {
193 SourceRange Range = PPE->getSourceRange();
  /external/clang/tools/libclang/
Indexing.cpp 701 for (PreprocessedEntity *PPE : Unit.getLocalPreprocessingEntities()) {
702 if (InclusionDirective *ID = dyn_cast<InclusionDirective>(PPE)) {
    [all...]
CIndex.cpp 450 PreprocessedEntity *PPE = *First;
451 if (!PPE)
454 if (MacroExpansion *ME = dyn_cast<MacroExpansion>(PPE)) {
461 if (MacroDefinition *MD = dyn_cast<MacroDefinition>(PPE)) {
468 if (InclusionDirective *ID = dyn_cast<InclusionDirective>(PPE)) {
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 599 milliseconds