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

References

tools/clang/lib/CodeGen/CGCall.cpp
 1821     StringRef Name, const CGFunctionInfo &FI, CGCalleeInfo CalleeInfo,
tools/clang/lib/CodeGen/CGCall.h
   92       CGCalleeInfo AbstractInfo;
  111     CGCallee(const CGCalleeInfo &abstractInfo, llvm::Value *functionPtr)
  134                         const CGCalleeInfo &abstractInfo = CGCalleeInfo()) {
  140               const CGCalleeInfo &abstractInfo = CGCalleeInfo()) {
  177     CGCalleeInfo getAbstractInfo() const {
tools/clang/lib/CodeGen/CGExpr.cpp
 4602   CGCalleeInfo calleeInfo(functionType->getAs<FunctionProtoType>(), GD);
tools/clang/lib/CodeGen/CodeGenModule.h
 1130                               CGCalleeInfo CalleeInfo,