Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1136 SemaRef.deduceOpenCLAddressSpace(Var); in VisitVarDecl()
3876 SemaRef.deduceOpenCLAddressSpace(Var); in VisitVarTemplateSpecializationDecl()
5173 deduceOpenCLAddressSpace(VarSpec); in CompleteVarTemplateSpecializationDecl()
H A DSemaTemplateInstantiate.cpp1773 SemaRef.deduceOpenCLAddressSpace(NewParm); in TransformFunctionTypeParam()
H A DSemaDecl.cpp6791 void Sema::deduceOpenCLAddressSpace(ValueDecl *Decl) { in deduceOpenCLAddressSpace() function in Sema
7701 deduceOpenCLAddressSpace(NewVD); in ActOnVariableDeclarator()
12352 deduceOpenCLAddressSpace(VDecl); in DeduceVariableDeclarationType()
14308 deduceOpenCLAddressSpace(New); in ActOnParamDeclarator()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h10093 void deduceOpenCLAddressSpace(ValueDecl *decl);