Searched refs:SavedPrivates (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenFunction.h570 DeclMapTy SavedPrivates; member in class:clang::CodeGen::CodeGenFunction::OMPPrivateScope
609 SavedPrivates.insert({LocalVD, Addr});
623 copyInto(SavedPrivates, CGF.LocalDeclMap);
624 SavedPrivates.clear();

Completed in 67 milliseconds