Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp1225 SemaRef.deduceOpenCLAddressSpace(Var); in VisitVarDecl()
4045 SemaRef.deduceOpenCLAddressSpace(Var); in VisitVarTemplateSpecializationDecl()
5286 deduceOpenCLAddressSpace(VarSpec); in CompleteVarTemplateSpecializationDecl()
HDSemaTemplateInstantiate.cpp2424 SemaRef.deduceOpenCLAddressSpace(NewParm); in TransformFunctionTypeParam()
HDSemaDecl.cpp6812 void Sema::deduceOpenCLAddressSpace(ValueDecl *Decl) { in deduceOpenCLAddressSpace() function in Sema
7813 deduceOpenCLAddressSpace(NewVD); in ActOnVariableDeclarator()
12958 deduceOpenCLAddressSpace(VDecl); in DeduceVariableDeclarationType()
15005 deduceOpenCLAddressSpace(New); in ActOnParamDeclarator()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h4229 void deduceOpenCLAddressSpace(ValueDecl *decl);