Searched refs:PPE (Results 1 - 4 of 4) 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)) {
/external/clang/lib/Serialization/
H A DASTReader.cpp3509 SourceLocation getLoc(const PPEntityOffset &PPE) const {
3510 return Reader.ReadSourceLocation(M, PPE.*PPLoc);

Completed in 227 milliseconds