Home
last modified time | relevance | path

Searched refs:getCallingConvAttributedType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3482 const AttributedType *Sema::getCallingConvAttributedType(QualType T) const { in getCallingConvAttributedType() function in Sema
3770 bool NewCCExplicit = getCallingConvAttributedType(New->getType()); in MergeFunctionDecl()
3790 bool FirstCCExplicit = getCallingConvAttributedType(First->getType()); in MergeFunctionDecl()
H A DSemaType.cpp8089 if (S.getCallingConvAttributedType(type)) { in handleFunctionTypeAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4598 const AttributedType *getCallingConvAttributedType(QualType T) const;