HomeSort by relevance Sort by last modified time
    Searched refs:PPE (Results 1 - 6 of 6) 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 619 for (PreprocessedEntity *PPE : Unit.getLocalPreprocessingEntities()) {
620 if (InclusionDirective *ID = dyn_cast<InclusionDirective>(PPE)) {
    [all...]
CIndex.cpp 448 PreprocessedEntity *PPE = *First;
449 if (!PPE)
452 if (MacroExpansion *ME = dyn_cast<MacroExpansion>(PPE)) {
459 if (MacroDefinitionRecord *MD = dyn_cast<MacroDefinitionRecord>(PPE)) {
466 if (InclusionDirective *ID = dyn_cast<InclusionDirective>(PPE)) {
    [all...]
  /external/libcxxabi/src/demangle/
ItaniumDemangle.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
ItaniumDemangle.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 426 milliseconds