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

References

tools/clang/lib/Sema/SemaExpr.cpp
14160   CurBlock->FunctionType = T;
14266   if (!BSI->FunctionType.isNull()) {
14267     const FunctionType *FTy = BSI->FunctionType->castAs<FunctionType>();
14282       BlockTy = BSI->FunctionType;
tools/clang/lib/Sema/SemaStmt.cpp
 3314     if (CurBlock->FunctionType->castAs<FunctionType>()->getNoReturnAttr()) {
tools/clang/lib/Sema/TreeTransform.h
12758   blockScope->FunctionType = functionType;