reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5582 const FunctionProtoType *getFunctionType() const;
2404 const FunctionType *AFT = Node->getFunctionType();
tools/clang/lib/CodeGen/CGBlocks.cpp 1565 const FunctionProtoType *fnType = blockInfo.getBlockExpr()->getFunctionType();
tools/clang/lib/CodeGen/CGCall.cpp 2904 RT = BlockInfo->BlockExpression->getFunctionType()->getReturnType();
tools/clang/lib/CodeGen/CGDebugInfo.cpp 4198 auto *FnTy = Block.getBlockExpr()->getFunctionType();
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp4040 const FunctionType *AFT = CE->getFunctionType(); 5256 QualType BFT = convertFunctionTypeOfBlocks(Exp->getFunctionType());tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
3254 const FunctionType *AFT = CE->getFunctionType(); 4402 QualType BFT = convertFunctionTypeOfBlocks(Exp->getFunctionType());tools/clang/lib/Sema/TreeTransform.h
12738 const FunctionProtoType *exprFunctionType = E->getFunctionType();