HomeSort by: relevance | last modified time | path
    Searched refs:OMPParallelForDirective (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 57 /// directives such as OMPParallelForDirective, but others do not need them
1994 class OMPParallelForDirective : public OMPLoopDirective {
2007 OMPParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc,
2017 explicit OMPParallelForDirective(unsigned CollapsedNum)
2045 static OMPParallelForDirective *
2058 static OMPParallelForDirective *CreateEmpty(const ASTContext &C,
2069 return const_cast<OMPParallelForDirective *>(this)
RecursiveASTVisitor.h 2851 DEF_TRAVERSE_STMT(OMPParallelForDirective,
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp 488 OMPParallelForDirective *OMPParallelForDirective::Create(
492 auto *Dir = createDirective<OMPParallelForDirective>(
525 OMPParallelForDirective *
526 OMPParallelForDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses,
528 return createEmptyDirective<OMPParallelForDirective>(
StmtPrinter.cpp 711 void StmtPrinter::VisitOMPParallelForDirective(OMPParallelForDirective *Node) {
StmtProfile.cpp 941 StmtProfiler::VisitOMPParallelForDirective(const OMPParallelForDirective *S) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 2351 void ASTStmtReader::VisitOMPParallelForDirective(OMPParallelForDirective *D) {
3232 S = OMPParallelForDirective::CreateEmpty(Context, NumClauses,
ASTWriterStmt.cpp 2258 void ASTStmtWriter::VisitOMPParallelForDirective(OMPParallelForDirective *D) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 233 EmitOMPParallelForDirective(cast<OMPParallelForDirective>(*S));
CGStmtOpenMP.cpp 1319 TaskRedRef = cast<OMPParallelForDirective>(D).getTaskReductionRefExpr();
4084 const OMPParallelForDirective &S) {
CodeGenFunction.h 3452 void EmitOMPParallelForDirective(const OMPParallelForDirective &S);
CGOpenMPRuntime.cpp 1263 else if (const auto *OPFD = dyn_cast<OMPParallelForDirective>(&D))
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2055 void VisitOMPParallelForDirective(const OMPParallelForDirective *D);
2929 const OMPParallelForDirective *D) {
5593 return cxstring::createRef("OMPParallelForDirective");
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 8595 OMPParallelForDirective *D) {
SemaOpenMP.cpp 10001 return OMPParallelForDirective::Create(

Completed in 139 milliseconds