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

References

tools/clang/lib/Sema/SemaChecking.cpp
 4209   assert((FDecl || Proto) && "Need a function declaration or prototype");
 4216   if (FDecl) {
 4218     for (const auto *NonNull : FDecl->specific_attrs<NonNullAttr>()) {
 4238   if (FDecl && (isa<FunctionDecl>(FDecl) || isa<ObjCMethodDecl>(FDecl))) {
 4238   if (FDecl && (isa<FunctionDecl>(FDecl) || isa<ObjCMethodDecl>(FDecl))) {
 4238   if (FDecl && (isa<FunctionDecl>(FDecl) || isa<ObjCMethodDecl>(FDecl))) {
 4242     if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(FDecl))
 4245       parms = cast<ObjCMethodDecl>(FDecl)->parameters();
 4263       if (const ValueDecl *VD = dyn_cast<ValueDecl>(FDecl)) {