Searched refs:PPE (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessingRecord.cpp77 static bool isPreprocessedEntityIfInFileID(PreprocessedEntity *PPE, FileID FID, argument
80 if (!PPE)
83 SourceLocation Loc = PPE->getSourceRange().getBegin();
109 if (PreprocessedEntity *PPE = LoadedPreprocessedEntities[LoadedIndex])
110 return isPreprocessedEntityIfInFileID(PPE, FID, SourceMgr);
202 SourceLocation getLoc(PreprocessedEntity *PPE) const {
203 SourceRange Range = PPE->getSourceRange();
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp648 for (PreprocessedEntity *PPE : Unit.getLocalPreprocessingEntities()) {
649 if (InclusionDirective *ID = dyn_cast<InclusionDirective>(PPE)) {
H A DCIndex.cpp459 PreprocessedEntity *PPE = *First; local
460 if (!PPE)
463 if (MacroExpansion *ME = dyn_cast<MacroExpansion>(PPE)) {
470 if (MacroDefinitionRecord *MD = dyn_cast<MacroDefinitionRecord>(PPE)) {
477 if (InclusionDirective *ID = dyn_cast<InclusionDirective>(PPE)) {
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1749 ParameterPackExpansion PPE(Pack);
1750 PPE.printLeft(S);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp6091 SourceLocation getLoc(const PPEntityOffset &PPE) const {
6092 return Reader.TranslateSourceLocation(M, PPE.getBegin());

Completed in 307 milliseconds