Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp19 PPConditionalDirectiveRecord::PPConditionalDirectiveRecord(SourceManager &SM) in PPConditionalDirectiveRecord() function in PPConditionalDirectiveRecord
24 bool PPConditionalDirectiveRecord::rangeIntersectsConditionalDirective( in rangeIntersectsConditionalDirective()
48 SourceLocation PPConditionalDirectiveRecord::findConditionalDirectiveRegionLoc( in findConditionalDirectiveRegionLoc()
66 void PPConditionalDirectiveRecord::addCondDirectiveLoc( in addCondDirectiveLoc()
78 void PPConditionalDirectiveRecord::If(SourceLocation Loc, in If()
85 void PPConditionalDirectiveRecord::Ifdef(SourceLocation Loc, in Ifdef()
92 void PPConditionalDirectiveRecord::Ifndef(SourceLocation Loc, in Ifndef()
99 void PPConditionalDirectiveRecord::Elif(SourceLocation Loc, in Elif()
107 void PPConditionalDirectiveRecord::Else(SourceLocation Loc, in Else()
113 void PPConditionalDirectiveRecord::Endif(SourceLocation Loc, in Endif()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Edit/
H A DEditedSource.h28 class PPConditionalDirectiveRecord; variable
39 const PPConditionalDirectiveRecord *PPRec;
75 const PPConditionalDirectiveRecord *PPRec = nullptr)
81 const PPConditionalDirectiveRecord *getPPCondDirectiveRecord() const { in getPPCondDirectiveRecord()
H A DCommit.h23 class PPConditionalDirectiveRecord; variable
55 const PPConditionalDirectiveRecord *PPRec;
66 const PPConditionalDirectiveRecord *PPRec = nullptr)
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPPConditionalDirectiveRecord.h26 class PPConditionalDirectiveRecord : public PPCallbacks {
67 explicit PPConditionalDirectiveRecord(SourceManager &SM);
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp98 const PPConditionalDirectiveRecord *PPRec;
110 const PPConditionalDirectiveRecord *PPRec, in ObjCMigrateASTConsumer()
195 PPConditionalDirectiveRecord * in CreateASTConsumer()
196 PPRec = new PPConditionalDirectiveRecord(CompInst->getSourceManager()); in CreateASTConsumer()
2013 PPConditionalDirectiveRecord * in CreateASTConsumer()
2014 PPRec = new PPConditionalDirectiveRecord(CI.getSourceManager()); in CreateASTConsumer()
/freebsd-12.1/lib/clang/libclang/
H A DMakefile383 SRCS_MIN+= Lex/PPConditionalDirectiveRecord.cpp