Searched refs:PPConditionalDirectiveRecord (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/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)
|
| /openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
| H A D | PPConditionalDirectiveRecord.h | 25 class PPConditionalDirectiveRecord : public PPCallbacks { 66 explicit PPConditionalDirectiveRecord(SourceManager &SM);
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Lex/ |
| H A D | BUILD.gn | 21 "PPConditionalDirectiveRecord.cpp",
|
| /openbsd-src/gnu/usr.bin/clang/libclangLex/ |
| H A D | Makefile | 22 PPConditionalDirectiveRecord.cpp \
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | Indexing.cpp | 149 PPConditionalDirectiveRecord &PPRec; 165 PPConditionalDirectiveRecord &ppRec, in ParsedSrcLocationsTracker() 364 auto *PPRec = new PPConditionalDirectiveRecord(PP.getSourceManager()); in CreateASTConsumer()
|
| /openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 101 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()
|