Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclOpenMP.cpp104 OMPDeclareReductionDecl(Kind DK,DeclContext * DC,SourceLocation L,DeclarationName Name,QualType Ty,OMPDeclareReductionDecl * PrevDeclInScope) OMPDeclareReductionDecl() argument
114 Create(ASTContext & C,DeclContext * DC,SourceLocation L,DeclarationName Name,QualType T,OMPDeclareReductionDecl * PrevDeclInScope) Create() argument
145 Create(ASTContext & C,DeclContext * DC,SourceLocation L,DeclarationName Name,QualType T,DeclarationName VarName,ArrayRef<OMPClause * > Clauses,OMPDeclareMapperDecl * PrevDeclInScope) Create() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h198 LazyDeclPtr PrevDeclInScope; variable
298 LazyDeclPtr PrevDeclInScope; variable
304 OMPDeclareMapperDecl *PrevDeclInScope) in OMPDeclareMapperDecl() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3622 auto *PrevDeclInScope = D->getPrevDeclInScope(); VisitOMPDeclareReductionDecl() local
3707 auto *PrevDeclInScope = D->getPrevDeclInScope(); VisitOMPDeclareMapperDecl() local
[all...]
H A DSemaOpenMP.cpp22499 ActOnOpenMPDeclareReductionDirectiveStart(Scope * S,DeclContext * DC,DeclarationName Name,ArrayRef<std::pair<QualType,SourceLocation>> ReductionTypes,AccessSpecifier AS,Decl * PrevDeclInScope) ActOnOpenMPDeclareReductionDirectiveStart() argument
22754 ActOnOpenMPDeclareMapperDirective(Scope * S,DeclContext * DC,DeclarationName Name,QualType MapperType,SourceLocation StartLoc,DeclarationName VN,AccessSpecifier AS,Expr * MapperVarRef,ArrayRef<OMPClause * > Clauses,Decl * PrevDeclInScope) ActOnOpenMPDeclareMapperDirective() argument