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

Overrides

tools/clang/lib/AST/Interp/Frame.h
   39   virtual const FunctionDecl *getCallee() const = 0;

Declarations

tools/clang/lib/AST/Interp/InterpFrame.h
   57   const FunctionDecl *getCallee() const;

References

tools/clang/lib/AST/Interp/Interp.h
  933   SourceLocation EndLoc = S.Current->getCallee()->getEndLoc();
tools/clang/lib/AST/Interp/InterpFrame.cpp
  113   const FunctionDecl *F = getCallee();