Searched refs:OMPTargetDirective (Results 1 – 14 of 14) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | StmtOpenMP.h | 1771 class OMPTargetDirective : public OMPExecutableDirective { 1779 OMPTargetDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTargetDirective() function 1788 explicit OMPTargetDirective(unsigned NumClauses) in OMPTargetDirective() function 1802 static OMPTargetDirective * 1812 static OMPTargetDirective *CreateEmpty(const ASTContext &C,
|
| HD | DataRecursiveASTVisitor.h | 2405 DEF_TRAVERSE_STMT(OMPTargetDirective,
|
| HD | RecursiveASTVisitor.h | 2437 DEF_TRAVERSE_STMT(OMPTargetDirective,
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Stmt.cpp | 2215 OMPTargetDirective *OMPTargetDirective::Create(const ASTContext &C, in Create() 2220 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPTargetDirective), in Create() 2224 OMPTargetDirective *Dir = in Create() 2225 new (Mem) OMPTargetDirective(StartLoc, EndLoc, Clauses.size()); in Create() 2231 OMPTargetDirective *OMPTargetDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 2234 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPTargetDirective), in CreateEmpty() 2238 return new (Mem) OMPTargetDirective(NumClauses); in CreateEmpty()
|
| HD | StmtProfile.cpp | 532 void StmtProfiler::VisitOMPTargetDirective(const OMPTargetDirective *S) { in VisitOMPTargetDirective()
|
| HD | StmtPrinter.cpp | 944 void StmtPrinter::VisitOMPTargetDirective(OMPTargetDirective *Node) { in VisitOMPTargetDirective()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | StmtNodes.td | 206 def OMPTargetDirective : DStmt<OMPExecutableDirective>;
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReaderStmt.cpp | 2242 void ASTStmtReader::VisitOMPTargetDirective(OMPTargetDirective *D) { in VisitOMPTargetDirective() 2863 S = OMPTargetDirective::CreateEmpty( in ReadStmtFromStream()
|
| HD | ASTWriterStmt.cpp | 2062 void ASTStmtWriter::VisitOMPTargetDirective(OMPTargetDirective *D) { in VisitOMPTargetDirective()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGStmt.cpp | 238 EmitOMPTargetDirective(cast<OMPTargetDirective>(*S)); in EmitStmt()
|
| HD | CGStmtOpenMP.cpp | 2090 void CodeGenFunction::EmitOMPTargetDirective(const OMPTargetDirective &) { in EmitOMPTargetDirective() argument
|
| HD | CodeGenFunction.h | 2215 void EmitOMPTargetDirective(const OMPTargetDirective &S);
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaOpenMP.cpp | 4511 return OMPTargetDirective::Create(Context, StartLoc, EndLoc, Clauses, AStmt); in ActOnOpenMPTargetDirective()
|
| HD | TreeTransform.h | 7108 TreeTransform<Derived>::TransformOMPTargetDirective(OMPTargetDirective *D) { in TransformOMPTargetDirective()
|