Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp3093 const AttributedType *Sema::getCallingConvAttributedType(QualType T) const { in getCallingConvAttributedType() function in Sema
3364 bool NewCCExplicit = getCallingConvAttributedType(New->getType()); in MergeFunctionDecl()
3384 bool FirstCCExplicit = getCallingConvAttributedType(First->getType()); in MergeFunctionDecl()
H A DSemaType.cpp7573 if (S.getCallingConvAttributedType(type)) { in handleFunctionTypeAttr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4311 const AttributedType *getCallingConvAttributedType(QualType T) const;