Searched defs:PrevDeclInScope (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/AST/ |
H A D | DeclOpenMP.cpp | 106 QualType Ty, OMPDeclareReductionDecl *PrevDeclInScope) in OMPDeclareReductionDecl() argument 116 QualType T, OMPDeclareReductionDecl *PrevDeclInScope) { in Create() argument 147 OMPDeclareMapperDecl *PrevDeclInScope) { in Create() argument [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | DeclOpenMP.h | 198 LazyDeclPtr PrevDeclInScope; variable 298 LazyDeclPtr PrevDeclInScope; variable 304 OMPDeclareMapperDecl *PrevDeclInScope) in OMPDeclareMapperDecl() argument [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 3661 auto *PrevDeclInScope = D->getPrevDeclInScope(); VisitOMPDeclareReductionDecl() local 3748 auto *PrevDeclInScope = D->getPrevDeclInScope(); VisitOMPDeclareMapperDecl() local [all...] |
H A D | SemaOpenMP.cpp | 21806 ActOnOpenMPDeclareReductionDirectiveStart(Scope * S,DeclContext * DC,DeclarationName Name,ArrayRef<std::pair<QualType,SourceLocation>> ReductionTypes,AccessSpecifier AS,Decl * PrevDeclInScope) ActOnOpenMPDeclareReductionDirectiveStart() argument 22065 ActOnOpenMPDeclareMapperDirective(Scope * S,DeclContext * DC,DeclarationName Name,QualType MapperType,SourceLocation StartLoc,DeclarationName VN,AccessSpecifier AS,Expr * MapperVarRef,ArrayRef<OMPClause * > Clauses,Decl * PrevDeclInScope) ActOnOpenMPDeclareMapperDirective() argument
|