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.h169 using ParamDecl2StmtTy = llvm::DenseMap<const ParmVarDecl *, const Stmt *>; variable
174 ParamDecl2StmtTy CoroutineParameterMappings;
617 ParamDecl2StmtTy &getCoroutineParameterMappings() { in getCoroutineParameterMappings()