Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
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-10-stable/contrib/llvm/tools/clang/include/clang/Edit/
DEditedSource.h21 class PPConditionalDirectiveRecord; variable
30 const PPConditionalDirectiveRecord *PPRec;
49 const PPConditionalDirectiveRecord *PPRec = 0,
57 const PPConditionalDirectiveRecord *getPPCondDirectiveRecord() const { in getPPCondDirectiveRecord()
DCommit.h20 class PPConditionalDirectiveRecord; variable
50 const PPConditionalDirectiveRecord *PPRec;
62 const PPConditionalDirectiveRecord *PPRec = 0)
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
DPPConditionalDirectiveRecord.h26 class PPConditionalDirectiveRecord : public PPCallbacks {
67 explicit PPConditionalDirectiveRecord(SourceManager &SM);
/freebsd-10-stable/lib/clang/libclanglex/
DMakefile17 PPConditionalDirectiveRecord.cpp \
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
DObjCMT.cpp89 const PPConditionalDirectiveRecord *PPRec;
100 const PPConditionalDirectiveRecord *PPRec, in ObjCMigrateASTConsumer()
160 PPConditionalDirectiveRecord * in CreateASTConsumer()
161 PPRec = new PPConditionalDirectiveRecord(CompInst->getSourceManager()); in CreateASTConsumer()
1751 PPConditionalDirectiveRecord * in CreateASTConsumer()
1752 PPRec = new PPConditionalDirectiveRecord(CI.getSourceManager()); in CreateASTConsumer()