Searched refs:PPConditionalDirectiveRecord (Results 1 – 9 of 9) sorted by relevance
/llvm-project/clang/lib/Lex/ |
H A D | PPConditionalDirectiveRecord.cpp | 18 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 D | CMakeLists.txt | 20 PPConditionalDirectiveRecord.cpp
|
/llvm-project/clang/include/clang/Edit/ |
H A D | EditedSource.h | 27 class PPConditionalDirectiveRecord; variable 38 const PPConditionalDirectiveRecord *PPRec; 74 const PPConditionalDirectiveRecord *PPRec = nullptr) 80 const PPConditionalDirectiveRecord *getPPCondDirectiveRecord() const { in getPPCondDirectiveRecord()
|
H A D | Commit.h | 22 class PPConditionalDirectiveRecord; variable 54 const PPConditionalDirectiveRecord *PPRec; 65 const PPConditionalDirectiveRecord *PPRec = nullptr)
|
/llvm-project/clang/include/clang/Lex/ |
H A D | PPConditionalDirectiveRecord.h | 25 class PPConditionalDirectiveRecord : public PPCallbacks { 66 explicit PPConditionalDirectiveRecord(SourceManager &SM);
|
/llvm-project/clang/unittests/Lex/ |
H A D | PPConditionalDirectiveRecordTest.cpp | 84 PPConditionalDirectiveRecord * in TEST_F() 85 PPRec = new PPConditionalDirectiveRecord(SourceMgr); in TEST_F()
|
/llvm-project/llvm/utils/gn/secondary/clang/lib/Lex/ |
H A D | BUILD.gn | 21 "PPConditionalDirectiveRecord.cpp",
|
/llvm-project/clang/tools/libclang/ |
H A D | Indexing.cpp | 27 #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 D | ObjCMT.cpp | 27 #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()
|