OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PseudoDestructorTypeStorage
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprCXX.cpp
314
PseudoDestructorTypeStorage
::
PseudoDestructorTypeStorage
(TypeSourceInfo *Info)
323
SourceLocation TildeLoc,
PseudoDestructorTypeStorage
DestroyedType)
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h
2466
class
PseudoDestructorTypeStorage
{
2475
PseudoDestructorTypeStorage
() = default;
2477
PseudoDestructorTypeStorage
(IdentifierInfo *II, SourceLocation Loc)
2480
PseudoDestructorTypeStorage
(TypeSourceInfo *Info);
2546
PseudoDestructorTypeStorage
DestroyedType;
2555
PseudoDestructorTypeStorage
DestroyedType);
2632
DestroyedType =
PseudoDestructorTypeStorage
(II, Loc);
2637
DestroyedType =
PseudoDestructorTypeStorage
(Info);
Completed in 19 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026