Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1082 SemaRef.deduceOpenCLAddressSpace(Var); in VisitVarDecl()
3813 SemaRef.deduceOpenCLAddressSpace(Var); in VisitVarTemplateSpecializationDecl()
5154 deduceOpenCLAddressSpace(VarSpec); in CompleteVarTemplateSpecializationDecl()
H A DSemaTemplateInstantiate.cpp1760 SemaRef.deduceOpenCLAddressSpace(NewParm); in TransformFunctionTypeParam()
H A DSemaDecl.cpp6417 void Sema::deduceOpenCLAddressSpace(ValueDecl *Decl) { in deduceOpenCLAddressSpace() function in Sema
7326 deduceOpenCLAddressSpace(NewVD); in ActOnVariableDeclarator()
11855 deduceOpenCLAddressSpace(VDecl); in DeduceVariableDeclarationType()
13810 deduceOpenCLAddressSpace(New); in ActOnParamDeclarator()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9768 void deduceOpenCLAddressSpace(ValueDecl *decl);