OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Destructor
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
AnyCall.h
37
/// An implicit C++
destructor
call (called implicitly
39
Destructor
,
60
/// or for implicit
destructor
calls (when no expression exists.)
93
AnyCall(const CXXDestructorDecl *D) : E(nullptr), D(D), K(
Destructor
) {}
103
K =
Destructor
;
178
case
Destructor
:
/src/external/apache2/llvm/dist/clang/include/clang/Index/
IndexSymbol.h
52
Destructor
,
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h
1381
/// The
destructor
that needs to be called.
1382
const CXXDestructorDecl *
Destructor
;
1384
explicit CXXTemporary(const CXXDestructorDecl *
destructor
)
1385
:
Destructor
(
destructor
) {}
1389
const CXXDestructorDecl *
Destructor
);
1391
const CXXDestructorDecl *getDestructor() const { return
Destructor
; }
1394
Destructor
= Dtor;
1400
/// This ensures the
destructor
is called for the temporary. It should only be
1406
/// ~S() { } // User defined
destructor
makes it non-trivial
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
14158
// callee function, declare the
destructor
so that it can be called by the
14166
CXXDestructorDecl *
Destructor
= LookupDestructor(ClassDecl);
14167
MarkFunctionReferenced(Param->getLocation(),
Destructor
);
14168
DiagnoseUseOfDecl(
Destructor
, Param->getLocation());
Completed in 25 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026