Home
last modified time | relevance | path

Searched refs:PPConditionalDirectiveRecord (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/Lex/
DPPConditionalDirectiveRecord.cpp18 PPConditionalDirectiveRecord::PPConditionalDirectiveRecord(SourceManager &SM) in PPConditionalDirectiveRecord() function in PPConditionalDirectiveRecord
23 bool PPConditionalDirectiveRecord::rangeIntersectsConditionalDirective( in rangeIntersectsConditionalDirective()
46 SourceLocation PPConditionalDirectiveRecord::findConditionalDirectiveRegionLoc( in findConditionalDirectiveRegionLoc()
63 void PPConditionalDirectiveRecord::addCondDirectiveLoc( in addCondDirectiveLoc()
75 void PPConditionalDirectiveRecord::If(SourceLocation Loc, in If()
82 void PPConditionalDirectiveRecord::Ifdef(SourceLocation Loc, in Ifdef()
89 void PPConditionalDirectiveRecord::Ifndef(SourceLocation Loc, in Ifndef()
96 void PPConditionalDirectiveRecord::Elif(SourceLocation Loc, in Elif()
104 void PPConditionalDirectiveRecord::Elifdef(SourceLocation Loc, const Token &, in Elifdef()
109 void PPConditionalDirectiveRecord::Elifdef(SourceLocation Loc, SourceRange, in Elifdef()
[all …]
DCMakeLists.txt20 PPConditionalDirectiveRecord.cpp
/openbsd/src/gnu/llvm/clang/include/clang/Edit/
DEditedSource.h27 class PPConditionalDirectiveRecord; variable
38 const PPConditionalDirectiveRecord *PPRec;
74 const PPConditionalDirectiveRecord *PPRec = nullptr)
80 const PPConditionalDirectiveRecord *getPPCondDirectiveRecord() const { in getPPCondDirectiveRecord()
DCommit.h22 class PPConditionalDirectiveRecord; variable
54 const PPConditionalDirectiveRecord *PPRec;
65 const PPConditionalDirectiveRecord *PPRec = nullptr)
/openbsd/src/gnu/llvm/clang/include/clang/Lex/
DPPConditionalDirectiveRecord.h25 class PPConditionalDirectiveRecord : public PPCallbacks {
66 explicit PPConditionalDirectiveRecord(SourceManager &SM);
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Lex/
DBUILD.gn21 "PPConditionalDirectiveRecord.cpp",
/openbsd/src/gnu/usr.bin/clang/libclangLex/
DMakefile22 PPConditionalDirectiveRecord.cpp \
/openbsd/src/gnu/llvm/clang/tools/libclang/
DIndexing.cpp149 PPConditionalDirectiveRecord &PPRec;
165 PPConditionalDirectiveRecord &ppRec, in ParsedSrcLocationsTracker()
364 auto *PPRec = new PPConditionalDirectiveRecord(PP.getSourceManager()); in CreateASTConsumer()
/openbsd/src/gnu/llvm/clang/lib/ARCMigrate/
DObjCMT.cpp101 const PPConditionalDirectiveRecord *PPRec;
119 const PPConditionalDirectiveRecord *PPRec, in ObjCMigrateASTConsumer()
198 PPConditionalDirectiveRecord * in CreateASTConsumer()
199 PPRec = new PPConditionalDirectiveRecord(CompInst->getSourceManager()); in CreateASTConsumer()
2008 PPConditionalDirectiveRecord * in CreateASTConsumer()
2009 PPRec = new PPConditionalDirectiveRecord(CI.getSourceManager()); in CreateASTConsumer()