Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGCoroutine.cpp344 struct ParamReferenceReplacerRAII { struct
345 CodeGenFunction::DeclMapTy SavedLocals;
346 CodeGenFunction::DeclMapTy& LocalDeclMap;
348 ParamReferenceReplacerRAII(CodeGenFunction::DeclMapTy &LocalDeclMap) in ParamReferenceReplacerRAII() argument
351 void addCopy(DeclStmt const *PM) { in addCopy()
372 ~ParamReferenceReplacerRAII() { in ~ParamReferenceReplacerRAII()