Home | History | Annotate | Download | only in AST

Lines Matching refs:DC

30                                                    DeclContext *DC,
34 new (C, DC, additionalSizeToAlloc<Expr *>(VL.size()))
35 OMPThreadPrivateDecl(OMPThreadPrivate, DC, L);
63 ASTContext &C, DeclContext *DC, SourceLocation L, DeclarationName Name,
65 return new (C, DC) OMPDeclareReductionDecl(OMPDeclareReduction, DC, L, Name,
72 OMPDeclareReduction, /*DC=*/nullptr, SourceLocation(), DeclarationName(),
92 OMPCapturedExprDecl *OMPCapturedExprDecl::Create(ASTContext &C, DeclContext *DC,
95 return new (C, DC) OMPCapturedExprDecl(C, DC, Id, T);