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.cpp1921 SaveAndRestore MaybeSuppressCC(InsideCCAttribute, T->isCallingConv()); in printAttributedAfter()
H A DType.cpp4331 bool AttributedType::isCallingConv() const { in isCallingConv() function in AttributedType
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h6245 bool isCallingConv() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp8153 if (AT->isCallingConv()) in hasExplicitCallingConv()
H A DSemaDecl.cpp3484 while (AT && !AT->isCallingConv()) in getCallingConvAttributedType()