HomeSort by relevance Sort by last modified time
    Searched refs:OMPCopyinClause (Results 1 - 11 of 11) sorted by null

  /external/clang/lib/AST/
OpenMPClause.cpp 368 void OMPCopyinClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) {
375 void OMPCopyinClause::setDestinationExprs(ArrayRef<Expr *> DstExprs) {
382 void OMPCopyinClause::setAssignmentOps(ArrayRef<Expr *> AssignmentOps) {
390 OMPCopyinClause *OMPCopyinClause::Create(
395 OMPCopyinClause *Clause =
396 new (Mem) OMPCopyinClause(StartLoc, LParenLoc, EndLoc, VL.size());
404 OMPCopyinClause *OMPCopyinClause::CreateEmpty(const ASTContext &C, unsigned N) {
406 return new (Mem) OMPCopyinClause(N)
    [all...]
StmtPrinter.cpp 864 void OMPClausePrinter::VisitOMPCopyinClause(OMPCopyinClause *Node) {
    [all...]
StmtProfile.cpp 457 void OMPClauseProfiler::VisitOMPCopyinClause(const OMPCopyinClause *C) {
    [all...]
  /external/clang/include/clang/AST/
OpenMPClause.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 701 for (const auto *C : D.getClausesOfKind<OMPCopyinClause>()) {
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]

Completed in 562 milliseconds