clang 20.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 75 of file PtrTypesSemantics.h.
D
is a "trivial" function. Definition at line 78 of file PtrTypesSemantics.h.
References D.
Definition at line 79 of file PtrTypesSemantics.h.
|
friend |
Definition at line 82 of file PtrTypesSemantics.h.