Home
last modified time | relevance | path

Searched refs:isCallingConv (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/llvm/tools/clang/lib/AST/
HDTypePrinter.cpp1129 SaveAndRestore<bool> MaybeSuppressCC(InsideCCAttribute, T->isCallingConv()); in printAttributedAfter()
HDType.cpp1863 bool AttributedType::isCallingConv() const { in isCallingConv() function in AttributedType
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDType.h3433 bool isCallingConv() const;
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp4608 if (AT->isCallingConv()) in adjustMemberFunctionCC()
HDSemaDecl.cpp2271 while (AT && !AT->isCallingConv()) in getCallingConvAttributedType()