reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/Expr.h
 5582   const FunctionProtoType *getFunctionType() const;

References

tools/clang/lib/AST/StmtPrinter.cpp
 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.cpp
 4040   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();