Searched refs:PrevDeclInScope (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | DeclOpenMP.cpp | 104 QualType Ty, OMPDeclareReductionDecl *PrevDeclInScope) in OMPDeclareReductionDecl() argument 106 PrevDeclInScope(PrevDeclInScope) { in OMPDeclareReductionDecl() 114 QualType T, OMPDeclareReductionDecl *PrevDeclInScope) { in Create() argument 116 T, PrevDeclInScope); in Create() 128 PrevDeclInScope.get(getASTContext().getExternalSource())); in getPrevDeclInScope() 133 PrevDeclInScope.get(getASTContext().getExternalSource())); in getPrevDeclInScope() 145 OMPDeclareMapperDecl *PrevDeclInScope) { in Create() argument 147 C, DC, Clauses, 1, L, Name, T, VarName, PrevDeclInScope); in Create() 160 PrevDeclInScope.get(getASTContext().getExternalSource())); in getPrevDeclInScope() 165 PrevDeclInScope.get(getASTContext().getExternalSource())); in getPrevDeclInScope()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | DeclOpenMP.h | 199 LazyDeclPtr PrevDeclInScope; variable 205 OMPDeclareReductionDecl *PrevDeclInScope); 208 PrevDeclInScope = Prev; in setPrevDeclInScope() 215 QualType T, OMPDeclareReductionDecl *PrevDeclInScope); 298 LazyDeclPtr PrevDeclInScope; variable 304 OMPDeclareMapperDecl *PrevDeclInScope) in OMPDeclareMapperDecl() argument 307 PrevDeclInScope(PrevDeclInScope) {} in OMPDeclareMapperDecl() 310 PrevDeclInScope = Prev; in setPrevDeclInScope() 319 OMPDeclareMapperDecl *PrevDeclInScope);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 3304 auto *PrevDeclInScope = D->getPrevDeclInScope(); in VisitOMPDeclareReductionDecl() local 3305 if (PrevDeclInScope && !PrevDeclInScope->isInvalidDecl()) { in VisitOMPDeclareReductionDecl() 3306 PrevDeclInScope = cast<OMPDeclareReductionDecl>( in VisitOMPDeclareReductionDecl() 3307 SemaRef.CurrentInstantiationScope->findInstantiationOf(PrevDeclInScope) in VisitOMPDeclareReductionDecl() 3312 PrevDeclInScope); in VisitOMPDeclareReductionDecl() 3389 auto *PrevDeclInScope = D->getPrevDeclInScope(); in VisitOMPDeclareMapperDecl() local 3390 if (PrevDeclInScope && !PrevDeclInScope->isInvalidDecl()) { in VisitOMPDeclareMapperDecl() 3391 PrevDeclInScope = cast<OMPDeclareMapperDecl>( in VisitOMPDeclareMapperDecl() 3392 SemaRef.CurrentInstantiationScope->findInstantiationOf(PrevDeclInScope) in VisitOMPDeclareMapperDecl() 3444 VN, D->getAccess(), MapperVarRef.get(), Clauses, PrevDeclInScope); in VisitOMPDeclareMapperDecl()
|
| H A D | SemaOpenMP.cpp | 19301 AccessSpecifier AS, Decl *PrevDeclInScope) { in ActOnOpenMPDeclareReductionDirectiveStart() argument 19346 } else if (PrevDeclInScope != nullptr) { in ActOnOpenMPDeclareReductionDirectiveStart() 19348 cast<OMPDeclareReductionDecl>(PrevDeclInScope); in ActOnOpenMPDeclareReductionDirectiveStart() 19556 Expr *MapperVarRef, ArrayRef<OMPClause *> Clauses, Decl *PrevDeclInScope) { in ActOnOpenMPDeclareMapperDirective() argument 19598 } else if (PrevDeclInScope) { in ActOnOpenMPDeclareMapperDirective() 19600 cast<OMPDeclareMapperDecl>(PrevDeclInScope); in ActOnOpenMPDeclareMapperDirective()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 2707 D->PrevDeclInScope = readDeclID(); in VisitOMPDeclareReductionDecl() 2714 D->PrevDeclInScope = readDeclID(); in VisitOMPDeclareMapperDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 10392 AccessSpecifier AS, Decl *PrevDeclInScope = nullptr); 10418 Decl *PrevDeclInScope = nullptr);
|