Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DTypePrinter.cpp1678 SaveAndRestore<bool> MaybeSuppressCC(InsideCCAttribute, T->isCallingConv()); in printAttributedAfter()
H A DType.cpp3617 bool AttributedType::isCallingConv() const { in isCallingConv() function in AttributedType
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h4808 bool isCallingConv() const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp7823 if (AT->isCallingConv()) in hasExplicitCallingConv()
H A DSemaDecl.cpp3410 while (AT && !AT->isCallingConv()) in getCallingConvAttributedType()