Home | History | Annotate | Download | only in Sema

Lines Matching defs:getFunctionType

55 static const FunctionType *getFunctionType(const Decl *D,
81 return getFunctionType(D, false) != NULL;
117 if (const FunctionType *FnTy = getFunctionType(D))
129 if (const FunctionType *FnTy = getFunctionType(D))
137 if (const FunctionType *FnTy = getFunctionType(D))
146 if (const FunctionType *FnTy = getFunctionType(D))
152 if (const FunctionType *FnTy = getFunctionType(D)) {
1862 const FunctionType *FT = Ty->isFunctionPointerType() ? getFunctionType(D)
1894 if (isFunction(D) && getFunctionType(D)->getResultType()->isVoidType()) {