Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h293 Expr *MapperVarRef = nullptr; variable
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp597 ExprResult MapperVarRef = Actions.ActOnOpenMPDeclareMapperDirectiveVarDecl( ParseOpenMPDeclareMapperDirective() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3720 ExprResult MapperVarRef = SemaRef.ActOnOpenMPDeclareMapperDirectiveVarDecl( VisitOMPDeclareMapperDecl() local
H A DSemaOpenMP.cpp22754 ActOnOpenMPDeclareMapperDirective(Scope * S,DeclContext * DC,DeclarationName Name,QualType MapperType,SourceLocation StartLoc,DeclarationName VN,AccessSpecifier AS,Expr * MapperVarRef,ArrayRef<OMPClause * > Clauses,Decl * PrevDeclInScope) ActOnOpenMPDeclareMapperDirective() argument