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

Declarations

tools/clang/lib/CodeGen/CGDebugInfo.h
  650   StringRef getFunctionName(const FunctionDecl *FD);

References

tools/clang/lib/CodeGen/CGDebugInfo.cpp
 1543   StringRef MethodName = getFunctionName(Method);
 3236   Name = getFunctionName(FD);