Searched refs:PrevDeclInScope (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclOpenMP.cpp | 106 QualType Ty, OMPDeclareReductionDecl *PrevDeclInScope) in OMPDeclareReductionDecl() argument 108 PrevDeclInScope(PrevDeclInScope) { in OMPDeclareReductionDecl() 116 QualType T, OMPDeclareReductionDecl *PrevDeclInScope) { in Create() argument 118 T, PrevDeclInScope); in Create() 130 PrevDeclInScope.get(getASTContext().getExternalSource())); in getPrevDeclInScope() 135 PrevDeclInScope.get(getASTContext().getExternalSource())); in getPrevDeclInScope() 147 OMPDeclareMapperDecl *PrevDeclInScope) { in Create() argument 149 C, DC, Clauses, 1, L, Name, T, VarName, PrevDeclInScope); in Create() 162 PrevDeclInScope.get(getASTContext().getExternalSource())); in getPrevDeclInScope() 167 PrevDeclInScope.get(getASTContext().getExternalSource())); in getPrevDeclInScope()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclOpenMP.h | 198 LazyDeclPtr PrevDeclInScope; variable 204 OMPDeclareReductionDecl *PrevDeclInScope); 207 PrevDeclInScope = Prev; in setPrevDeclInScope() 214 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);
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 4217 auto *PrevDeclInScope = D->getPrevDeclInScope(); in VisitOMPDeclareReductionDecl() local 4218 if (PrevDeclInScope && !PrevDeclInScope->isInvalidDecl()) { in VisitOMPDeclareReductionDecl() 4219 PrevDeclInScope = cast<OMPDeclareReductionDecl>( in VisitOMPDeclareReductionDecl() 4221 PrevDeclInScope))); in VisitOMPDeclareReductionDecl() 4225 PrevDeclInScope); in VisitOMPDeclareReductionDecl() 4304 auto *PrevDeclInScope = D->getPrevDeclInScope(); in VisitOMPDeclareMapperDecl() local 4305 if (PrevDeclInScope && !PrevDeclInScope->isInvalidDecl()) { in VisitOMPDeclareMapperDecl() 4306 PrevDeclInScope = cast<OMPDeclareMapperDecl>( in VisitOMPDeclareMapperDecl() 4308 PrevDeclInScope))); in VisitOMPDeclareMapperDecl() 4361 VN, D->getAccess(), MapperVarRef.get(), Clauses, PrevDeclInScope); in VisitOMPDeclareMapperDecl()
|
| H A D | SemaOpenMP.cpp | 22220 AccessSpecifier AS, Decl *PrevDeclInScope) { in ActOnOpenMPDeclareReductionDirectiveStart() argument 22264 } else if (PrevDeclInScope != nullptr) { in ActOnOpenMPDeclareReductionDirectiveStart() 22266 cast<OMPDeclareReductionDecl>(PrevDeclInScope); in ActOnOpenMPDeclareReductionDirectiveStart() 22477 Expr *MapperVarRef, ArrayRef<OMPClause *> Clauses, Decl *PrevDeclInScope) { in ActOnOpenMPDeclareMapperDirective() argument 22518 } else if (PrevDeclInScope) { in ActOnOpenMPDeclareMapperDirective() 22520 cast<OMPDeclareMapperDecl>(PrevDeclInScope); in ActOnOpenMPDeclareMapperDirective()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaOpenMP.h | 265 AccessSpecifier AS, Decl *PrevDeclInScope = nullptr); 291 Decl *PrevDeclInScope = nullptr);
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 3088 D->PrevDeclInScope = readDeclID().getRawValue(); in VisitOMPDeclareReductionDecl() 3095 D->PrevDeclInScope = readDeclID().getRawValue(); in VisitOMPDeclareMapperDecl()
|