/external/llvm-project/clang/lib/AST/ |
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()
|
/external/clang/include/clang/AST/ |
D | DeclOpenMP.h | 112 LazyDeclPtr PrevDeclInScope; variable 118 OMPDeclareReductionDecl *PrevDeclInScope) in OMPDeclareReductionDecl() argument 120 Initializer(nullptr), PrevDeclInScope(PrevDeclInScope) {} in OMPDeclareReductionDecl() 123 PrevDeclInScope = Prev; in setPrevDeclInScope() 130 QualType T, OMPDeclareReductionDecl *PrevDeclInScope);
|
/external/clang/lib/AST/ |
D | DeclOpenMP.cpp | 64 QualType T, OMPDeclareReductionDecl *PrevDeclInScope) { in Create() argument 66 T, PrevDeclInScope); in Create() 78 PrevDeclInScope.get(getASTContext().getExternalSource())); in getPrevDeclInScope() 83 PrevDeclInScope.get(getASTContext().getExternalSource())); in getPrevDeclInScope()
|
/external/llvm-project/clang/include/clang/AST/ |
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);
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 3303 auto *PrevDeclInScope = D->getPrevDeclInScope(); in VisitOMPDeclareReductionDecl() local 3304 if (PrevDeclInScope && !PrevDeclInScope->isInvalidDecl()) { in VisitOMPDeclareReductionDecl() 3305 PrevDeclInScope = cast<OMPDeclareReductionDecl>( in VisitOMPDeclareReductionDecl() 3306 SemaRef.CurrentInstantiationScope->findInstantiationOf(PrevDeclInScope) in VisitOMPDeclareReductionDecl() 3311 PrevDeclInScope); in VisitOMPDeclareReductionDecl() 3388 auto *PrevDeclInScope = D->getPrevDeclInScope(); in VisitOMPDeclareMapperDecl() local 3389 if (PrevDeclInScope && !PrevDeclInScope->isInvalidDecl()) { in VisitOMPDeclareMapperDecl() 3390 PrevDeclInScope = cast<OMPDeclareMapperDecl>( in VisitOMPDeclareMapperDecl() 3391 SemaRef.CurrentInstantiationScope->findInstantiationOf(PrevDeclInScope) in VisitOMPDeclareMapperDecl() 3443 VN, D->getAccess(), MapperVarRef.get(), Clauses, PrevDeclInScope); in VisitOMPDeclareMapperDecl()
|
D | SemaOpenMP.cpp | 17905 AccessSpecifier AS, Decl *PrevDeclInScope) { in ActOnOpenMPDeclareReductionDirectiveStart() argument 17950 } else if (PrevDeclInScope != nullptr) { in ActOnOpenMPDeclareReductionDirectiveStart() 17952 cast<OMPDeclareReductionDecl>(PrevDeclInScope); in ActOnOpenMPDeclareReductionDirectiveStart() 18160 Expr *MapperVarRef, ArrayRef<OMPClause *> Clauses, Decl *PrevDeclInScope) { in ActOnOpenMPDeclareMapperDirective() argument 18202 } else if (PrevDeclInScope) { in ActOnOpenMPDeclareMapperDirective() 18204 cast<OMPDeclareMapperDecl>(PrevDeclInScope); in ActOnOpenMPDeclareMapperDirective()
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 2581 auto *PrevDeclInScope = D->getPrevDeclInScope(); in VisitOMPDeclareReductionDecl() local 2582 if (PrevDeclInScope && !PrevDeclInScope->isInvalidDecl()) { in VisitOMPDeclareReductionDecl() 2583 PrevDeclInScope = cast<OMPDeclareReductionDecl>( in VisitOMPDeclareReductionDecl() 2584 SemaRef.CurrentInstantiationScope->findInstantiationOf(PrevDeclInScope) in VisitOMPDeclareReductionDecl() 2589 PrevDeclInScope); in VisitOMPDeclareReductionDecl()
|
D | SemaOpenMP.cpp | 11093 AccessSpecifier AS, Decl *PrevDeclInScope) { in ActOnOpenMPDeclareReductionDirectiveStart() argument 11138 } else if (PrevDeclInScope != nullptr) { in ActOnOpenMPDeclareReductionDirectiveStart() 11140 cast<OMPDeclareReductionDecl>(PrevDeclInScope); in ActOnOpenMPDeclareReductionDirectiveStart()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 2705 D->PrevDeclInScope = readDeclID(); in VisitOMPDeclareReductionDecl() 2712 D->PrevDeclInScope = readDeclID(); in VisitOMPDeclareMapperDecl()
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 2449 D->PrevDeclInScope = Reader.ReadDeclID(F, Record, Idx); in VisitOMPDeclareReductionDecl()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 10276 AccessSpecifier AS, Decl *PrevDeclInScope = nullptr); 10302 Decl *PrevDeclInScope = nullptr);
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 8000 AccessSpecifier AS, Decl *PrevDeclInScope = nullptr);
|