Home
last modified time | relevance | path

Searched defs:PrevDeclInScope (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/AST/
H A DDeclOpenMP.cpp106 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 DDeclOpenMP.h198 LazyDeclPtr PrevDeclInScope; variable
298 LazyDeclPtr PrevDeclInScope; variable
304 OMPDeclareMapperDecl *PrevDeclInScope) in OMPDeclareMapperDecl() argument
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3661 auto *PrevDeclInScope = D->getPrevDeclInScope(); VisitOMPDeclareReductionDecl() local
3748 auto *PrevDeclInScope = D->getPrevDeclInScope(); VisitOMPDeclareMapperDecl() local
[all...]
H A DSemaOpenMP.cpp21806 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