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

  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp 611 OMPTaskDirective *
612 OMPTaskDirective::Create(const ASTContext &C, SourceLocation StartLoc,
615 auto *Dir = createDirective<OMPTaskDirective>(
621 OMPTaskDirective *OMPTaskDirective::CreateEmpty(const ASTContext &C,
624 return createEmptyDirective<OMPTaskDirective>(C, NumClauses,
StmtPrinter.cpp 734 void StmtPrinter::VisitOMPTaskDirective(OMPTaskDirective *Node) {
StmtProfile.cpp 960 void StmtProfiler::VisitOMPTaskDirective(const OMPTaskDirective *S) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 2301 class OMPTaskDirective : public OMPExecutableDirective {
2312 OMPTaskDirective(SourceLocation StartLoc, SourceLocation EndLoc)
2318 explicit OMPTaskDirective()
2335 static OMPTaskDirective *Create(const ASTContext &C, SourceLocation StartLoc,
2346 static OMPTaskDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses,
RecursiveASTVisitor.h 2863 DEF_TRAVERSE_STMT(OMPTaskDirective,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 2374 void ASTStmtReader::VisitOMPTaskDirective(OMPTaskDirective *D) {
3256 S = OMPTaskDirective::CreateEmpty(
ASTWriterStmt.cpp 2285 void ASTStmtWriter::VisitOMPTaskDirective(OMPTaskDirective *D) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 245 EmitOMPTaskDirective(cast<OMPTaskDirective>(*S));
CodeGenFunction.h 3456 void EmitOMPTaskDirective(const OMPTaskDirective &S);
CGStmtOpenMP.cpp 4721 void CodeGenFunction::EmitOMPTaskDirective(const OMPTaskDirective &S) {
CGOpenMPRuntime.cpp 1330 if (const auto *TD = dyn_cast<OMPTaskDirective>(&D))
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2059 void VisitOMPTaskDirective(const OMPTaskDirective *D);
2948 void EnqueueVisitor::VisitOMPTaskDirective(const OMPTaskDirective *D) {
5601 return cxstring::createRef("OMPTaskDirective");
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 8639 TreeTransform<Derived>::TransformOMPTaskDirective(OMPTaskDirective *D) {
SemaOpenMP.cpp 10157 return OMPTaskDirective::Create(Context, StartLoc, EndLoc, Clauses, AStmt,

Completed in 126 milliseconds