Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp18 PPConditionalDirectiveRecord::PPConditionalDirectiveRecord(SourceManager &SM) in PPConditionalDirectiveRecord() function in PPConditionalDirectiveRecord
23 bool PPConditionalDirectiveRecord::rangeIntersectsConditionalDirective( in rangeIntersectsConditionalDirective()
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()
109 void PPConditionalDirectiveRecord::Elifdef(SourceLocation Loc, SourceRange, in Elifdef()
126 void PPConditionalDirectiveRecord::Else(SourceLocation Loc, in Else()
132 void PPConditionalDirectiveRecord::Endif(SourceLocation Loc, in Endif()
[all …]
/freebsd/contrib/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)
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPConditionalDirectiveRecord.h25 class PPConditionalDirectiveRecord : public PPCallbacks {
66 explicit PPConditionalDirectiveRecord(SourceManager &SM);
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp101 const PPConditionalDirectiveRecord *PPRec;
119 const PPConditionalDirectiveRecord *PPRec, in ObjCMigrateASTConsumer()
195 PPConditionalDirectiveRecord * in CreateASTConsumer()
196 PPRec = new PPConditionalDirectiveRecord(CompInst->getSourceManager()); in CreateASTConsumer()
2005 PPConditionalDirectiveRecord * in CreateASTConsumer()
2006 PPRec = new PPConditionalDirectiveRecord(CI.getSourceManager()); in CreateASTConsumer()
/freebsd/lib/clang/libclang/
H A DMakefile501 SRCS_MIN+= Lex/PPConditionalDirectiveRecord.cpp