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");
 4262     if (!Proto) {
 4272         Proto = type->getAs<FunctionProtoType>();
 4278     if (Proto) {
 4280       for (auto paramType : Proto->getParamTypes()) {