Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp2448 const AttributedType *Sema::getCallingConvAttributedType(QualType T) const { in getCallingConvAttributedType() function in Sema
2580 bool NewCCExplicit = getCallingConvAttributedType(New->getType()); in MergeFunctionDecl()
2588 bool FirstCCExplicit = getCallingConvAttributedType(First->getType()); in MergeFunctionDecl()
H A DSemaType.cpp4550 const AttributedType *AT = S.getCallingConvAttributedType(type); in handleFunctionTypeAttr()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h2819 const AttributedType *getCallingConvAttributedType(QualType T) const;