Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp519 struct ParamReferenceReplacerRAII { struct
520 CodeGenFunction::DeclMapTy SavedLocals;
521 CodeGenFunction::DeclMapTy& LocalDeclMap;
523 ParamReferenceReplacerRAII(CodeGenFunction::DeclMapTy &LocalDeclMap) in ParamReferenceReplacerRAII() function
526 void addCopy(DeclStmt const *PM) { in addCopy()
547 ~ParamReferenceReplacerRAII() { in ~ParamReferenceReplacerRAII()