Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1864 SaveAndRestore MaybeSuppressCC(InsideCCAttribute, T->isCallingConv()); in printAttributedAfter()
H A DType.cpp4140 bool AttributedType::isCallingConv() const { in isCallingConv() function in AttributedType
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h6040 bool isCallingConv() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp7990 if (AT->isCallingConv()) in hasExplicitCallingConv()
H A DSemaDecl.cpp3415 while (AT && !AT->isCallingConv()) in getCallingConvAttributedType()