|
clang 22.0.0git
|
An inter-procedural analysis facility that detects functions with "trivial" behavior with respect to reference counting, such as simple field getters. More...
Public Member Functions | |
| bool | isTrivial (const Decl *D) const |
| bool | isTrivial (const Stmt *S) const |
Friends | |
| class | TrivialFunctionAnalysisVisitor |
An inter-procedural analysis facility that detects functions with "trivial" behavior with respect to reference counting, such as simple field getters.
Definition at line 163 of file PtrTypesSemantics.h.
D is a "trivial" function. Definition at line 166 of file PtrTypesSemantics.h.
Definition at line 167 of file PtrTypesSemantics.h.
|
friend |
Definition at line 170 of file PtrTypesSemantics.h.
References TrivialFunctionAnalysisVisitor.
Referenced by TrivialFunctionAnalysisVisitor.