Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1225 SemaRef.deduceOpenCLAddressSpace(Var); in VisitVarDecl()
4045 SemaRef.deduceOpenCLAddressSpace(Var); in VisitVarTemplateSpecializationDecl()
5288 deduceOpenCLAddressSpace(VarSpec); in CompleteVarTemplateSpecializationDecl()
H A DSemaTemplateInstantiate.cpp2427 SemaRef.deduceOpenCLAddressSpace(NewParm); in TransformFunctionTypeParam()
H A DSemaDecl.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()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4229 void deduceOpenCLAddressSpace(ValueDecl *decl);