Home
last modified time | relevance | path

Searched refs:deduceOpenCLAddressSpace (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1684 SemaRef.deduceOpenCLAddressSpace(Var); in VisitVarDecl()
4592 SemaRef.deduceOpenCLAddressSpace(Var); in VisitVarTemplateSpecializationDecl()
5963 deduceOpenCLAddressSpace(VarSpec); in CompleteVarTemplateSpecializationDecl()
H A DSemaDecl.cpp6932 void Sema::deduceOpenCLAddressSpace(ValueDecl *Decl) { in deduceOpenCLAddressSpace() function in Sema
7995 deduceOpenCLAddressSpace(NewVD); in ActOnVariableDeclarator()
13184 deduceOpenCLAddressSpace(VDecl); in DeduceVariableDeclarationType()
15434 deduceOpenCLAddressSpace(New); in ActOnParamDeclarator()
H A DSemaTemplateInstantiate.cpp2611 SemaRef.deduceOpenCLAddressSpace(NewParm); in TransformFunctionTypeParam()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4614 void deduceOpenCLAddressSpace(ValueDecl *decl);