Home
last modified time | relevance | path

Searched refs:isMicrosoftABI (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGCall.cpp3680 VAListAddr = VE->isMicrosoftABI() in EmitVAArg()
3684 if (VE->isMicrosoftABI()) in EmitVAArg()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp794 Record.push_back(E->isMicrosoftABI()); in VisitVAArgExpr()
/external/clang/include/clang/AST/
DExpr.h3744 bool isMicrosoftABI() const { return TInfo.getInt(); } in isMicrosoftABI() function