Searched refs:OMPSIMDClause (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4200 class OMPSIMDClause : public OMPClause { class in namespace:clang
4206 OMPSIMDClause(SourceLocation StartLoc, SourceLocation EndLoc) function in class:clang::OMPSIMDClause
4210 OMPSIMDClause() : OMPClause(OMPC_simd, SourceLocation(), SourceLocation()) {} function in class:clang::OMPSIMDClause
H A DRecursiveASTVisitor.h3130 bool RecursiveASTVisitor<Derived>::VisitOMPSIMDClause(OMPSIMDClause *) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp522 void OMPClauseProfiler::VisitOMPSIMDClause(const OMPSIMDClause *) {}
H A DOpenMPClause.cpp1339 void OMPClausePrinter::VisitOMPSIMDClause(OMPSIMDClause *) { OS << "simd"; }
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp8505 const OMPSIMDClause *SC = nullptr;
8534 SC = cast<OMPSIMDClause>(C);
12372 return new (Context) OMPSIMDClause(StartLoc, EndLoc);
H A DTreeTransform.h8801 OMPClause *TreeTransform<Derived>::TransformOMPSIMDClause(OMPSIMDClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6152 void OMPClauseWriter::VisitOMPSIMDClause(OMPSIMDClause *) {}
H A DASTReader.cpp11584 C = new (Context) OMPSIMDClause();
11841 void OMPClauseReader::VisitOMPSIMDClause(OMPSIMDClause *) {}
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3863 const auto *C = S.getSingleClause<OMPSIMDClause>();

Completed in 395 milliseconds