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.cpp518 struct ParamReferenceReplacerRAII { struct
519 CodeGenFunction::DeclMapTy SavedLocals;
520 CodeGenFunction::DeclMapTy& LocalDeclMap;
522 ParamReferenceReplacerRAII(CodeGenFunction::DeclMapTy &LocalDeclMap) in ParamReferenceReplacerRAII() argument
525 void addCopy(DeclStmt const *PM) { in addCopy()
546 ~ParamReferenceReplacerRAII() { in ~ParamReferenceReplacerRAII()