Home
last modified time | relevance | path

Searched refs:getInitPriv (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclOpenMP.h249 Expr *getInitPriv() { return Priv; } in getInitPriv() function
250 const Expr *getInitPriv() const { return Priv; } in getInitPriv() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3341 cast<DeclRefExpr>(D->getInitPriv())->getDecl(), in VisitOMPDeclareReductionDecl()
3342 cast<DeclRefExpr>(NewDRD->getInitPriv())->getDecl()); in VisitOMPDeclareReductionDecl()
3347 cast<VarDecl>(cast<DeclRefExpr>(D->getInitPriv())->getDecl()); in VisitOMPDeclareReductionDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp1864 Record.AddStmt(D->getInitPriv()); in VisitOMPDeclareReductionDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1185 cast<VarDecl>(cast<DeclRefExpr>(D->getInitPriv())->getDecl()), in emitUserDefinedReduction()