Home
last modified time | relevance | path

Searched refs:setSRetAfterThis (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h205 AI.setSRetAfterThis(false);
430 void setSRetAfterThis(bool AfterThis) { in setSRetAfterThis() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1136 FI.getReturnInfo().setSRetAfterThis(FI.isInstanceMethod()); in classifyReturnType()