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

Declarations

tools/clang/lib/CodeGen/CodeGenModule.h
 1129   void ConstructAttributeList(StringRef Name, const CGFunctionInfo &Info,

References

tools/clang/lib/CodeGen/CGCall.cpp
 4304   CGM.ConstructAttributeList(CalleePtr->getName(), CallInfo,
tools/clang/lib/CodeGen/CGVTables.cpp
  426   CGM.ConstructAttributeList(Callee.getCallee()->getName(), *CurFnInfo, GD,
tools/clang/lib/CodeGen/CodeGenModule.cpp
 1221   ConstructAttributeList(F->getName(), Info, GD, PAL, CallingConv, false);