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

References

tools/clang/lib/Sema/SemaExpr.cpp
14276       BlockTy = Context.getFunctionType(RetTy, None, EPI);
14282       BlockTy = BSI->FunctionType;
14290       BlockTy = Context.getFunctionType(RetTy, FPT->getParamTypes(), EPI);
14297     BlockTy = Context.getFunctionType(RetTy, None, EPI);
14301   BlockTy = Context.getBlockPointerType(BlockTy);
14301   BlockTy = Context.getBlockPointerType(BlockTy);
14329   PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(&WP, BD, BlockTy);
14398   BlockExpr *Result = new (Context) BlockExpr(BD, BlockTy);