Searched defs:PPE (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Lex/
H A DPreprocessingRecord.cpp71 static bool isPreprocessedEntityIfInFileID(PreprocessedEntity *PPE, FileID FID, argument
74 if (!PPE)
77 SourceLocation Loc = PPE->getSourceRange().getBegin();
104 if (PreprocessedEntity *PPE = LoadedPreprocessedEntities[LoadedIndex])
105 return isPreprocessedEntityIfInFileID(PPE, FID, SourceMgr);
195 SourceLocation getLoc(PreprocessedEntity *PPE) const {
196 SourceRange Range = PPE->getSourceRange();
/external/clang/tools/libclang/
H A DIndexing.cpp455 PreprocessedEntity *PPE = *I; local
457 if (InclusionDirective *ID = dyn_cast<InclusionDirective>(PPE)) {
H A DCIndex.cpp414 PreprocessedEntity *PPE = *First; local
415 if (MacroExpansion *ME = dyn_cast<MacroExpansion>(PPE)) {
422 if (MacroDefinition *MD = dyn_cast<MacroDefinition>(PPE)) {
429 if (InclusionDirective *ID = dyn_cast<InclusionDirective>(PPE)) {

Completed in 61 milliseconds