Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclOpenMP.h112 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/
DDeclOpenMP.cpp64 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/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2581 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()
DSemaOpenMP.cpp11093 AccessSpecifier AS, Decl *PrevDeclInScope) { in ActOnOpenMPDeclareReductionDirectiveStart() argument
11138 } else if (PrevDeclInScope != nullptr) { in ActOnOpenMPDeclareReductionDirectiveStart()
11140 cast<OMPDeclareReductionDecl>(PrevDeclInScope); in ActOnOpenMPDeclareReductionDirectiveStart()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp2449 D->PrevDeclInScope = Reader.ReadDeclID(F, Record, Idx); in VisitOMPDeclareReductionDecl()
/external/clang/include/clang/Sema/
DSema.h8000 AccessSpecifier AS, Decl *PrevDeclInScope = nullptr);