OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPE
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Lex/
PreprocessingRecord.cpp
77
static bool isPreprocessedEntityIfInFileID(PreprocessedEntity *
PPE
, FileID FID,
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();
/src/external/apache2/llvm/dist/clang/tools/libclang/
Indexing.cpp
648
for (PreprocessedEntity *
PPE
: Unit.getLocalPreprocessingEntities()) {
649
if (InclusionDirective *ID = dyn_cast<InclusionDirective>(
PPE
)) {
CIndex.cpp
459
PreprocessedEntity *
PPE
= *First;
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
)) {
/src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
ItaniumDemangle.h
1749
ParameterPackExpansion
PPE
(Pack);
1750
PPE
.printLeft(S);
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp
6091
SourceLocation getLoc(const PPEntityOffset &
PPE
) const {
6092
return Reader.TranslateSourceLocation(M,
PPE
.getBegin());
Completed in 33 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026