Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp2576 const AttributedType *Sema::getCallingConvAttributedType(QualType T) const { in getCallingConvAttributedType() function in Sema
2754 bool NewCCExplicit = getCallingConvAttributedType(New->getType()); in MergeFunctionDecl()
2762 bool FirstCCExplicit = getCallingConvAttributedType(First->getType()); in MergeFunctionDecl()
DSemaType.cpp5869 const AttributedType *AT = S.getCallingConvAttributedType(type); in handleFunctionTypeAttr()
/external/clang/include/clang/Sema/
DSema.h2967 const AttributedType *getCallingConvAttributedType(QualType T) const;