OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPE
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/Lex/
PreprocessingRecord.cpp
66
static bool isPreprocessedEntityIfInFileID(PreprocessedEntity *
PPE
, FileID FID,
69
if (!
PPE
)
72
SourceLocation Loc =
PPE
->getSourceRange().getBegin();
101
if (PreprocessedEntity *
PPE
= LoadedPreprocessedEntities[LoadedIndex])
102
return isPreprocessedEntityIfInFileID(
PPE
, FID, SourceMgr);
194
SourceLocation getLoc(PreprocessedEntity *
PPE
) const {
195
SourceRange Range =
PPE
->getSourceRange();
/external/clang/tools/libclang/
Indexing.cpp
712
PreprocessedEntity *
PPE
= *I;
714
if (InclusionDirective *ID = dyn_cast<InclusionDirective>(
PPE
)) {
[
all
...]
CIndex.cpp
428
PreprocessedEntity *
PPE
= *First;
429
if (!
PPE
)
432
if (MacroExpansion *ME = dyn_cast<MacroExpansion>(
PPE
)) {
439
if (MacroDefinition *MD = dyn_cast<MacroDefinition>(
PPE
)) {
446
if (InclusionDirective *ID = dyn_cast<InclusionDirective>(
PPE
)) {
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
[
all
...]
Completed in 769 milliseconds