Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDTypePrinter.cpp1186 SaveAndRestore<bool> MaybeSuppressCC(InsideCCAttribute, T->isCallingConv()); in printAttributedAfter()
HDType.cpp2878 bool AttributedType::isCallingConv() const { in isCallingConv() function in AttributedType
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDType.h3646 bool isCallingConv() const;
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp5839 if (AT->isCallingConv()) in hasExplicitCallingConv()
HDSemaDecl.cpp2561 while (AT && !AT->isCallingConv()) in getCallingConvAttributedType()