Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h216 AI.setSRetAfterThis(false);
448 void setSRetAfterThis(bool AfterThis) { in setSRetAfterThis() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1181 FI.getReturnInfo().setSRetAfterThis(FI.isInstanceMethod()); in classifyReturnType()