Home
last modified time | relevance | path

Searched defs:ParamReferenceReplacerRAII (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp385 struct ParamReferenceReplacerRAII { struct
386 CodeGenFunction::DeclMapTy SavedLocals;
387 CodeGenFunction::DeclMapTy& LocalDeclMap;
389 ParamReferenceReplacerRAII(CodeGenFunction::DeclMapTy &LocalDeclMap) in ParamReferenceReplacerRAII() function
392 void addCopy(DeclStmt const *PM) { in addCopy()
413 ~ParamReferenceReplacerRAII() { in ~ParamReferenceReplacerRAII()