Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDTypePrinter.cpp1461 SaveAndRestore<bool> MaybeSuppressCC(InsideCCAttribute, T->isCallingConv()); in printAttributedAfter()
HDType.cpp3362 bool AttributedType::isCallingConv() const { in isCallingConv() function in AttributedType
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDType.h4600 bool isCallingConv() const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaType.cpp7282 if (AT->isCallingConv()) in hasExplicitCallingConv()
HDSemaDecl.cpp3046 while (AT && !AT->isCallingConv()) in getCallingConvAttributedType()