Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Lex/
H A 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 …]
H A DCMakeLists.txt20 PPConditionalDirectiveRecord.cpp
/llvm-project/clang/include/clang/Edit/
H A DEditedSource.h27 class PPConditionalDirectiveRecord; variable
38 const PPConditionalDirectiveRecord *PPRec;
74 const PPConditionalDirectiveRecord *PPRec = nullptr)
80 const PPConditionalDirectiveRecord *getPPCondDirectiveRecord() const { in getPPCondDirectiveRecord()
H A DCommit.h22 class PPConditionalDirectiveRecord; variable
54 const PPConditionalDirectiveRecord *PPRec;
65 const PPConditionalDirectiveRecord *PPRec = nullptr)
/llvm-project/clang/include/clang/Lex/
H A DPPConditionalDirectiveRecord.h25 class PPConditionalDirectiveRecord : public PPCallbacks {
66 explicit PPConditionalDirectiveRecord(SourceManager &SM);
/llvm-project/clang/unittests/Lex/
H A DPPConditionalDirectiveRecordTest.cpp84 PPConditionalDirectiveRecord * in TEST_F()
85 PPRec = new PPConditionalDirectiveRecord(SourceMgr); in TEST_F()
/llvm-project/llvm/utils/gn/secondary/clang/lib/Lex/
H A DBUILD.gn21 "PPConditionalDirectiveRecord.cpp",
/llvm-project/clang/tools/libclang/
H A DIndexing.cpp27 #include "clang/Lex/PPConditionalDirectiveRecord.h"
150 PPConditionalDirectiveRecord &PPRec;
166 PPConditionalDirectiveRecord &ppRec, in ParsedSrcLocationsTracker()
364 auto *PPRec = new PPConditionalDirectiveRecord(PP.getSourceManager()); in CreateASTConsumer()
/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp27 #include "clang/Lex/PPConditionalDirectiveRecord.h"
102 const PPConditionalDirectiveRecord *PPRec;
120 const PPConditionalDirectiveRecord *PPRec, in ObjCMigrateASTConsumer()
196 PPConditionalDirectiveRecord * in CreateASTConsumer()
197 PPRec = new PPConditionalDirectiveRecord(CompInst->getSourceManager()); in CreateASTConsumer()
2006 PPConditionalDirectiveRecord * in CreateASTConsumer()
2007 PPRec = new PPConditionalDirectiveRecord(CI.getSourceManager()); in CreateASTConsumer()