Home
last modified time | relevance | path

Searched refs:PrevDeclInScope (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclOpenMP.cpp94 QualType Ty, OMPDeclareReductionDecl *PrevDeclInScope) in OMPDeclareReductionDecl() argument
96 PrevDeclInScope(PrevDeclInScope) { in OMPDeclareReductionDecl()
104 QualType T, OMPDeclareReductionDecl *PrevDeclInScope) { in Create() argument
106 T, PrevDeclInScope); in Create()
118 PrevDeclInScope.get(getASTContext().getExternalSource())); in getPrevDeclInScope()
123 PrevDeclInScope.get(getASTContext().getExternalSource())); in getPrevDeclInScope()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclOpenMP.h131 LazyDeclPtr PrevDeclInScope; variable
137 OMPDeclareReductionDecl *PrevDeclInScope);
140 PrevDeclInScope = Prev; in setPrevDeclInScope()
147 QualType T, OMPDeclareReductionDecl *PrevDeclInScope);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2850 auto *PrevDeclInScope = D->getPrevDeclInScope(); in VisitOMPDeclareReductionDecl() local
2851 if (PrevDeclInScope && !PrevDeclInScope->isInvalidDecl()) { in VisitOMPDeclareReductionDecl()
2852 PrevDeclInScope = cast<OMPDeclareReductionDecl>( in VisitOMPDeclareReductionDecl()
2853 SemaRef.CurrentInstantiationScope->findInstantiationOf(PrevDeclInScope) in VisitOMPDeclareReductionDecl()
2858 PrevDeclInScope); in VisitOMPDeclareReductionDecl()
H A DSemaOpenMP.cpp13169 AccessSpecifier AS, Decl *PrevDeclInScope) { in ActOnOpenMPDeclareReductionDirectiveStart() argument
13214 } else if (PrevDeclInScope != nullptr) { in ActOnOpenMPDeclareReductionDirectiveStart()
13216 cast<OMPDeclareReductionDecl>(PrevDeclInScope); in ActOnOpenMPDeclareReductionDirectiveStart()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp2660 D->PrevDeclInScope = ReadDeclID(); in VisitOMPDeclareReductionDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h8793 AccessSpecifier AS, Decl *PrevDeclInScope = nullptr);