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

References

tools/clang/lib/CodeGen/CGExpr.cpp
 4590     functionType = ptrType->getPointeeType();
 4592     functionType = E->getType();
 4595   assert(functionType->isFunctionType());
 4602   CGCalleeInfo calleeInfo(functionType->getAs<FunctionProtoType>(), GD);