Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSYCL.cpp378 using ParmDeclMap = llvm::DenseMap<ParmVarDecl *, VarDecl *>; typedef in __anoncc3e87b00411::OutlinedFunctionDeclBodyInstantiator
380 OutlinedFunctionDeclBodyInstantiator(Sema &S, ParmDeclMap &M) in OutlinedFunctionDeclBodyInstantiator()
391 ParmDeclMap::iterator I = MapRef.find(PVD); in TransformDeclRefExpr()
410 ParmDeclMap &MapRef;
434 using ParmDeclMap = OutlinedFunctionDeclBodyInstantiator::ParmDeclMap; in BuildSYCLKernelCallStmt() typedef
435 ParmDeclMap ParmMap; in BuildSYCLKernelCallStmt()