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 71 static bool isPreprocessedEntityIfInFileID(PreprocessedEntity *PPE, FileID FID,
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/
Indexing.cpp 453 PreprocessedEntity *PPE = *I;
455 if (InclusionDirective *ID = dyn_cast<InclusionDirective>(PPE)) {
CIndex.cpp 407 PreprocessedEntity *PPE = *First;
408 if (MacroExpansion *ME = dyn_cast<MacroExpansion>(PPE)) {
415 if (MacroDefinition *MD = dyn_cast<MacroDefinition>(PPE)) {
422 if (InclusionDirective *ID = dyn_cast<InclusionDirective>(PPE)) {
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 587 milliseconds