Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp2857 const AttributedType *Sema::getCallingConvAttributedType(QualType T) const { in getCallingConvAttributedType() function in Sema
3123 bool NewCCExplicit = getCallingConvAttributedType(New->getType()); in MergeFunctionDecl()
3131 bool FirstCCExplicit = getCallingConvAttributedType(First->getType()); in MergeFunctionDecl()
H A DSemaType.cpp6860 if (S.getCallingConvAttributedType(type)) { in handleFunctionTypeAttr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3417 const AttributedType *getCallingConvAttributedType(QualType T) const;