Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp2650 const AttributedType *Sema::getCallingConvAttributedType(QualType T) const { in getCallingConvAttributedType() function in Sema
2828 bool NewCCExplicit = getCallingConvAttributedType(New->getType()); in MergeFunctionDecl()
2836 bool FirstCCExplicit = getCallingConvAttributedType(First->getType()); in MergeFunctionDecl()
DSemaType.cpp6187 const AttributedType *AT = S.getCallingConvAttributedType(type); in handleFunctionTypeAttr()
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp3080 const AttributedType *Sema::getCallingConvAttributedType(QualType T) const { in getCallingConvAttributedType() function in Sema
3347 bool NewCCExplicit = getCallingConvAttributedType(New->getType()); in MergeFunctionDecl()
3367 bool FirstCCExplicit = getCallingConvAttributedType(First->getType()); in MergeFunctionDecl()
DSemaType.cpp7534 if (S.getCallingConvAttributedType(type)) { in handleFunctionTypeAttr()
/external/clang/include/clang/Sema/
DSema.h3041 const AttributedType *getCallingConvAttributedType(QualType T) const;
/external/llvm-project/clang/include/clang/Sema/
DSema.h4172 const AttributedType *getCallingConvAttributedType(QualType T) const;