Home | History | Annotate | Download | only in AST

Lines Matching refs:ASTContext

16 #include "clang/AST/ASTContext.h"
58 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
72 OMPParallelDirective *OMPParallelDirective::CreateEmpty(const ASTContext &C,
83 OMPSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc,
111 OMPSimdDirective *OMPSimdDirective::CreateEmpty(const ASTContext &C,
124 OMPForDirective::Create(const ASTContext &C, SourceLocation StartLoc,
160 OMPForDirective *OMPForDirective::CreateEmpty(const ASTContext &C,
173 OMPForSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc,
208 OMPForSimdDirective *OMPForSimdDirective::CreateEmpty(const ASTContext &C,
221 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
235 OMPSectionsDirective *OMPSectionsDirective::CreateEmpty(const ASTContext &C,
245 OMPSectionDirective *OMPSectionDirective::Create(const ASTContext &C,
259 OMPSectionDirective *OMPSectionDirective::CreateEmpty(const ASTContext &C,
267 OMPSingleDirective *OMPSingleDirective::Create(const ASTContext &C,
283 OMPSingleDirective *OMPSingleDirective::CreateEmpty(const ASTContext &C,
293 OMPMasterDirective *OMPMasterDirective::Create(const ASTContext &C,
305 OMPMasterDirective *OMPMasterDirective::CreateEmpty(const ASTContext &C,
314 const ASTContext &C, const DeclarationNameInfo &Name,
328 OMPCriticalDirective *OMPCriticalDirective::CreateEmpty(const ASTContext &C,
339 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
375 OMPParallelForDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses,
386 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
421 OMPParallelForSimdDirective::CreateEmpty(const ASTContext &C,
433 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
448 OMPParallelSectionsDirective::CreateEmpty(const ASTContext &C,
458 OMPTaskDirective::Create(const ASTContext &C, SourceLocation StartLoc,
473 OMPTaskDirective *OMPTaskDirective::CreateEmpty(const ASTContext &C,
483 OMPTaskyieldDirective *OMPTaskyieldDirective::Create(const ASTContext &C,
492 OMPTaskyieldDirective *OMPTaskyieldDirective::CreateEmpty(const ASTContext &C,
498 OMPBarrierDirective *OMPBarrierDirective::Create(const ASTContext &C,
506 OMPBarrierDirective *OMPBarrierDirective::CreateEmpty(const ASTContext &C,
512 OMPTaskwaitDirective *OMPTaskwaitDirective::Create(const ASTContext &C,
520 OMPTaskwaitDirective *OMPTaskwaitDirective::CreateEmpty(const ASTContext &C,
526 OMPTaskgroupDirective *OMPTaskgroupDirective::Create(const ASTContext &C,
539 OMPTaskgroupDirective *OMPTaskgroupDirective::CreateEmpty(const ASTContext &C,
548 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
560 OMPCancellationPointDirective::CreateEmpty(const ASTContext &C, EmptyShell) {
568 OMPCancelDirective::Create(const ASTContext &C, SourceLocation StartLoc,
582 OMPCancelDirective *OMPCancelDirective::CreateEmpty(const ASTContext &C,
592 OMPFlushDirective *OMPFlushDirective::Create(const ASTContext &C,
605 OMPFlushDirective *OMPFlushDirective::CreateEmpty(const ASTContext &C,
614 OMPOrderedDirective *OMPOrderedDirective::Create(const ASTContext &C,
630 OMPOrderedDirective *OMPOrderedDirective::CreateEmpty(const ASTContext &C,
641 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
661 OMPAtomicDirective *OMPAtomicDirective::CreateEmpty(const ASTContext &C,
671 OMPTargetDirective *OMPTargetDirective::Create(const ASTContext &C,
687 OMPTargetDirective *OMPTargetDirective::CreateEmpty(const ASTContext &C,
698 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
711 OMPTargetDataDirective *OMPTargetDataDirective::CreateEmpty(const ASTContext &C,
721 OMPTeamsDirective *OMPTeamsDirective::Create(const ASTContext &C,
737 OMPTeamsDirective *OMPTeamsDirective::CreateEmpty(const ASTContext &C,
748 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
782 OMPTaskLoopDirective *OMPTaskLoopDirective::CreateEmpty(const ASTContext &C,
795 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
830 OMPTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses,
841 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,
876 OMPDistributeDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses,