Searched refs:OMPExecutableDirective (Results 1 - 11 of 11) sorted by relevance

/external/clang/include/clang/AST/
H A DStmtOpenMP.h33 class OMPExecutableDirective : public Stmt { class in namespace:clang
67 OMPExecutableDirective(const T *, StmtClass SC, OpenMPDirectiveKind K, function in class:clang::OMPExecutableDirective
171 return const_cast<OMPExecutableDirective *>(this)->getClauses();
184 class OMPParallelDirective : public OMPExecutableDirective {
192 : OMPExecutableDirective(this, OMPParallelDirectiveClass, OMPD_parallel,
200 : OMPExecutableDirective(this, OMPParallelDirectiveClass, OMPD_parallel,
239 class OMPSimdDirective : public OMPExecutableDirective {
252 : OMPExecutableDirective(this, OMPSimdDirectiveClass, OMPD_simd, StartLoc,
262 : OMPExecutableDirective(this, OMPSimdDirectiveClass, OMPD_simd,
308 class OMPForDirective : public OMPExecutableDirective {
[all...]
H A DDataRecursiveASTVisitor.h426 bool TraverseOMPExecutableDirective(OMPExecutableDirective *S);
2275 OMPExecutableDirective *S) {
H A DRecursiveASTVisitor.h431 bool TraverseOMPExecutableDirective(OMPExecutableDirective *S);
2297 OMPExecutableDirective *S) {
/external/clang/lib/AST/
H A DStmtPrinter.cpp73 void PrintOMPExecutableDirective(OMPExecutableDirective *S);
770 void StmtPrinter::PrintOMPExecutableDirective(OMPExecutableDirective *S) {
H A DStmtProfile.cpp349 StmtProfiler::VisitOMPExecutableDirective(const OMPExecutableDirective *S) {
H A DStmt.cpp1305 void OMPExecutableDirective::setClauses(ArrayRef<OMPClause *> Clauses) {
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp489 if (auto D = dyn_cast_or_null<OMPExecutableDirective>(CurDirective)) {
887 void VisitOMPExecutableDirective(OMPExecutableDirective *S) {
898 if (!isa<OMPExecutableDirective>(Child))
1750 OMPExecutableDirective::filtered_clause_iterator<decltype(CollapseFilter)> I(
H A DTreeTransform.h616 StmtResult TransformOMPExecutableDirective(OMPExecutableDirective *S);
6390 OMPExecutableDirective *D) {
/external/clang/tools/libclang/
H A DCIndex.cpp1856 void VisitOMPExecutableDirective(const OMPExecutableDirective *D);
2284 const OMPExecutableDirective *D) {
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1895 void ASTStmtReader::VisitOMPExecutableDirective(OMPExecutableDirective *E) {
H A DASTWriterStmt.cpp1801 void ASTStmtWriter::VisitOMPExecutableDirective(OMPExecutableDirective *E) {

Completed in 1870 milliseconds