Home | History | Annotate | Download | only in Sema

Lines Matching refs:getFunctionType

52 static const FunctionType *getFunctionType(const Decl *D,
78 return getFunctionType(D, false) != NULL;
114 if (const FunctionType *FnTy = getFunctionType(D))
126 if (const FunctionType *FnTy = getFunctionType(D))
134 if (const FunctionType *FnTy = getFunctionType(D))
143 if (const FunctionType *FnTy = getFunctionType(D))
149 if (const FunctionType *FnTy = getFunctionType(D)) {
1929 const FunctionType *FT = Ty->isFunctionPointerType() ? getFunctionType(D)
1961 if (isFunction(D) && getFunctionType(D)->getResultType()->isVoidType()) {