|
clang 23.0.0git
|
This is the complete list of members for clang::StackFrame, including all inherited members.
| dump() const | clang::StackFrame | |
| dumpStack(raw_ostream &Out) const | clang::StackFrame | |
| getAnalysis() const | clang::StackFrame | inline |
| getAnalysisDeclContext() const | clang::StackFrame | inline |
| getCallSite() const | clang::StackFrame | inline |
| getCallSiteBlock() const | clang::StackFrame | inline |
| getCallSiteCFGElement() const | clang::StackFrame | inline |
| getCFG() const | clang::StackFrame | inline |
| getData() const | clang::StackFrame | inline |
| getDecl() const | clang::StackFrame | inline |
| getID() const | clang::StackFrame | inline |
| getIndex() const | clang::StackFrame | inline |
| getParent() const | clang::StackFrame | inline |
| getParentMap() const | clang::StackFrame | inline |
| getSelfDecl() const | clang::StackFrame | inline |
| inTopFrame() const | clang::StackFrame | inline |
| isParentOf(const StackFrame *SF) const | clang::StackFrame | |
| printJson(raw_ostream &Out, const char *NL="\n", unsigned int Space=0, bool IsDot=false, std::function< void(const StackFrame *)> printMoreInfoPerStackFrame=[](const StackFrame *) {}) const | clang::StackFrame | |
| Profile(llvm::FoldingSetNodeID &ID) | clang::StackFrame | |
| Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ADC, const StackFrame *SF, const void *Data, const Expr *E, const CFGBlock *Block, unsigned BlockCount, unsigned Index) | clang::StackFrame | inlinestatic |
| StackFrame(AnalysisDeclContext *ADC, const StackFrame *Parent, const void *Data, const Expr *E, const CFGBlock *Block, unsigned BlockCount, unsigned Index, int64_t ID) | clang::StackFrame | inline |
| StackFrameManager class | clang::StackFrame | friend |
| ~StackFrame()=default | clang::StackFrame |