Home
last modified time | relevance | path

Searched refs:getPrevDeclInScope (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/clang/lib/AST/
DDeclOpenMP.cpp126 OMPDeclareReductionDecl *OMPDeclareReductionDecl::getPrevDeclInScope() { in getPrevDeclInScope() function in OMPDeclareReductionDecl
131 OMPDeclareReductionDecl::getPrevDeclInScope() const { in getPrevDeclInScope() function in OMPDeclareReductionDecl
158 OMPDeclareMapperDecl *OMPDeclareMapperDecl::getPrevDeclInScope() { in getPrevDeclInScope() function in OMPDeclareMapperDecl
163 const OMPDeclareMapperDecl *OMPDeclareMapperDecl::getPrevDeclInScope() const { in getPrevDeclInScope() function in OMPDeclareMapperDecl
/external/clang/lib/AST/
DDeclOpenMP.cpp76 OMPDeclareReductionDecl *OMPDeclareReductionDecl::getPrevDeclInScope() { in getPrevDeclInScope() function in OMPDeclareReductionDecl
81 OMPDeclareReductionDecl::getPrevDeclInScope() const { in getPrevDeclInScope() function in OMPDeclareReductionDecl
/external/clang/include/clang/AST/
DDeclOpenMP.h150 OMPDeclareReductionDecl *getPrevDeclInScope();
151 const OMPDeclareReductionDecl *getPrevDeclInScope() const;
/external/llvm-project/clang/include/clang/AST/
DDeclOpenMP.h264 OMPDeclareReductionDecl *getPrevDeclInScope();
265 const OMPDeclareReductionDecl *getPrevDeclInScope() const;
363 OMPDeclareMapperDecl *getPrevDeclInScope();
364 const OMPDeclareMapperDecl *getPrevDeclInScope() const;
/external/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp1867 Record.AddDeclRef(D->getPrevDeclInScope()); in VisitOMPDeclareReductionDecl()
1875 Record.AddDeclRef(D->getPrevDeclInScope()); in VisitOMPDeclareMapperDecl()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp3303 auto *PrevDeclInScope = D->getPrevDeclInScope(); in VisitOMPDeclareReductionDecl()
3388 auto *PrevDeclInScope = D->getPrevDeclInScope(); in VisitOMPDeclareMapperDecl()
DSemaOpenMP.cpp17935 if (OMPDeclareReductionDecl *D = PrevDecl->getPrevDeclInScope()) in ActOnOpenMPDeclareReductionDirectiveStart()
17956 PrevDRDInScope = PrevDRDInScope->getPrevDeclInScope(); in ActOnOpenMPDeclareReductionDirectiveStart()
18187 if (OMPDeclareMapperDecl *D = PrevDecl->getPrevDeclInScope()) in ActOnOpenMPDeclareMapperDirective()
18208 PrevDMDInScope = PrevDMDInScope->getPrevDeclInScope(); in ActOnOpenMPDeclareMapperDirective()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1653 Record.AddDeclRef(D->getPrevDeclInScope()); in VisitOMPDeclareReductionDecl()
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2581 auto *PrevDeclInScope = D->getPrevDeclInScope(); in VisitOMPDeclareReductionDecl()
DSemaOpenMP.cpp11123 if (auto *D = PrevDecl->getPrevDeclInScope()) in ActOnOpenMPDeclareReductionDirectiveStart()
11144 PrevDRDInScope = PrevDRDInScope->getPrevDeclInScope(); in ActOnOpenMPDeclareReductionDirectiveStart()