Searched refs:getPrevDeclInScope (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclOpenMP.cpp158 OMPDeclareReductionDecl *OMPDeclareReductionDecl::getPrevDeclInScope() { function in class:OMPDeclareReductionDecl
163 OMPDeclareReductionDecl::getPrevDeclInScope() const { function in class:OMPDeclareReductionDecl
218 OMPDeclareMapperDecl *OMPDeclareMapperDecl::getPrevDeclInScope() { function in class:OMPDeclareMapperDecl
223 const OMPDeclareMapperDecl *OMPDeclareMapperDecl::getPrevDeclInScope() const { function in class:OMPDeclareMapperDecl
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h195 OMPDeclareReductionDecl *getPrevDeclInScope();
196 const OMPDeclareReductionDecl *getPrevDeclInScope() const;
292 OMPDeclareMapperDecl *getPrevDeclInScope();
293 const OMPDeclareMapperDecl *getPrevDeclInScope() const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1870 Record.AddDeclRef(D->getPrevDeclInScope());
1880 Record.AddDeclRef(D->getPrevDeclInScope());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3241 auto *PrevDeclInScope = D->getPrevDeclInScope();
3326 auto *PrevDeclInScope = D->getPrevDeclInScope();
H A DSemaOpenMP.cpp16223 if (OMPDeclareReductionDecl *D = PrevDecl->getPrevDeclInScope())
16244 PrevDRDInScope = PrevDRDInScope->getPrevDeclInScope();
16475 if (OMPDeclareMapperDecl *D = PrevDecl->getPrevDeclInScope())
16496 PrevDMDInScope = PrevDMDInScope->getPrevDeclInScope();

Completed in 128 milliseconds