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

  /src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp 669 void OMPCopyprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) {
676 void OMPCopyprivateClause::setDestinationExprs(ArrayRef<Expr *> DstExprs) {
683 void OMPCopyprivateClause::setAssignmentOps(ArrayRef<Expr *> AssignmentOps) {
691 OMPCopyprivateClause *OMPCopyprivateClause::Create(
696 OMPCopyprivateClause *Clause =
697 new (Mem) OMPCopyprivateClause(StartLoc, LParenLoc, EndLoc, VL.size());
705 OMPCopyprivateClause *OMPCopyprivateClause::CreateEmpty(const ASTContext &C,
708 return new (Mem) OMPCopyprivateClause(N)
    [all...]
StmtProfile.cpp 761 OMPClauseProfiler::VisitOMPCopyprivateClause(const OMPCopyprivateClause *C) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 4189 class OMPCopyprivateClause final
4190 : public OMPVarListClause<OMPCopyprivateClause>,
4191 private llvm::TrailingObjects<OMPCopyprivateClause, Expr *> {
4202 OMPCopyprivateClause(SourceLocation StartLoc, SourceLocation LParenLoc,
4204 : OMPVarListClause<OMPCopyprivateClause>(llvm::omp::OMPC_copyprivate,
4211 explicit OMPCopyprivateClause(unsigned N)
4212 : OMPVarListClause<OMPCopyprivateClause>(
4277 static OMPCopyprivateClause *
4286 static OMPCopyprivateClause *CreateEmpty(const ASTContext &C, unsigned N);
4329 auto Children = const_cast<OMPCopyprivateClause *>(this)->children()
    [all...]
RecursiveASTVisitor.h 3372 OMPCopyprivateClause *C) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 6358 void OMPClauseWriter::VisitOMPCopyprivateClause(OMPCopyprivateClause *C) {
ASTReader.cpp 11835 C = OMPCopyprivateClause::CreateEmpty(Context, Record.readInt());
12440 void OMPClauseReader::VisitOMPCopyprivateClause(OMPCopyprivateClause *C) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 3907 for (const auto *C : S.getClausesOfKind<OMPCopyprivateClause>()) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2504 const OMPCopyprivateClause *C) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 9743 TreeTransform<Derived>::TransformOMPCopyprivateClause(OMPCopyprivateClause *C) {
SemaOpenMP.cpp 17699 return OMPCopyprivateClause::Create(Context, StartLoc, LParenLoc, EndLoc,

Completed in 120 milliseconds