reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
39 virtual const FunctionDecl *getCallee() const = 0;
57 const FunctionDecl *getCallee() const;
933 SourceLocation EndLoc = S.Current->getCallee()->getEndLoc();
tools/clang/lib/AST/Interp/InterpFrame.cpp 113 const FunctionDecl *F = getCallee();