Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclAttr.cpp148 static QualType getFunctionOrMethodArgType(const Decl *D, unsigned Idx) { in getFunctionOrMethodArgType() function
1417 QualType T = getFunctionOrMethodArgType(D, Idx).getNonReferenceType(); in handleAllocSizeAttr()
1457 QualType T = getFunctionOrMethodArgType(D, Idx).getNonReferenceType(); in handleNonNullAttr()
1474 QualType T = getFunctionOrMethodArgType(D, i).getNonReferenceType(); in handleNonNullAttr()
1573 QualType T = getFunctionOrMethodArgType(D, Idx); in handleOwnershipAttr()
2964 QualType Ty = getFunctionOrMethodArgType(D, ArgIdx); in handleFormatArgAttr()
3172 QualType Ty = getFunctionOrMethodArgType(D, ArgIdx); in handleFormatAttr()
4085 QualType BufferTy = getFunctionOrMethodArgType(D, ArgumentIdx); in handleArgumentWithTypeTagAttr()