Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h136 AI.setSRetAfterThis(false);
245 void setSRetAfterThis(bool AfterThis) { in setSRetAfterThis() function
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp991 FI.getReturnInfo().setSRetAfterThis(FI.isInstanceMethod()); in classifyReturnType()