reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3052 if (PrevDeclInScope && !PrevDeclInScope->isInvalidDecl()) { 3052 if (PrevDeclInScope && !PrevDeclInScope->isInvalidDecl()) { 3053 PrevDeclInScope = cast<OMPDeclareReductionDecl>( 3054 SemaRef.CurrentInstantiationScope->findInstantiationOf(PrevDeclInScope) 3059 PrevDeclInScope);