Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h176 using ParamDecl2StmtTy = llvm::DenseMap<const ParmVarDecl *, const Stmt *>; variable
181 ParamDecl2StmtTy CoroutineParameterMappings;
642 ParamDecl2StmtTy &getCoroutineParameterMappings() { in getCoroutineParameterMappings()