Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp3408 const AttributedType *Sema::getCallingConvAttributedType(QualType T) const { in getCallingConvAttributedType() function in Sema
3698 bool NewCCExplicit = getCallingConvAttributedType(New->getType()); in MergeFunctionDecl()
3718 bool FirstCCExplicit = getCallingConvAttributedType(First->getType()); in MergeFunctionDecl()
H A DSemaType.cpp7761 if (S.getCallingConvAttributedType(type)) { in handleFunctionTypeAttr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h4604 const AttributedType *getCallingConvAttributedType(QualType T) const;