Lines Matching refs:DC
49 OMPThreadPrivateDecl(Kind DK, DeclContext *DC, SourceLocation L) : in OMPThreadPrivateDecl() argument
50 Decl(DK, DC, L), NumVars(0) { } in OMPThreadPrivateDecl()
63 static OMPThreadPrivateDecl *Create(ASTContext &C, DeclContext *DC,
116 OMPDeclareReductionDecl(Kind DK, DeclContext *DC, SourceLocation L, in OMPDeclareReductionDecl() argument
119 : ValueDecl(DK, DC, L, Name, Ty), DeclContext(DK), Combiner(nullptr), in OMPDeclareReductionDecl()
129 Create(ASTContext &C, DeclContext *DC, SourceLocation L, DeclarationName Name,
158 static OMPDeclareReductionDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() argument
160 const_cast<DeclContext *>(DC)); in castFromDeclContext()
175 OMPCapturedExprDecl(ASTContext &C, DeclContext *DC, IdentifierInfo *Id, in OMPCapturedExprDecl() argument
177 : VarDecl(OMPCapturedExpr, C, DC, SourceLocation(), SourceLocation(), Id, in OMPCapturedExprDecl()
183 static OMPCapturedExprDecl *Create(ASTContext &C, DeclContext *DC,