Searched defs:PseudoDestructorTypeStorage (Results 1 - 2 of 2) sorted by relevance
/external/clang/lib/AST/ | ||
H A D | ExprCXX.cpp | 138 PseudoDestructorTypeStorage::PseudoDestructorTypeStorage(TypeSourceInfo *Info) function in class:PseudoDestructorTypeStorage 148 PseudoDestructorTypeStorage DestroyedType) |
/external/clang/include/clang/AST/ | ||
H A D | ExprCXX.h | 1329 class PseudoDestructorTypeStorage { class in namespace:clang 1338 PseudoDestructorTypeStorage() { } function in class:clang::PseudoDestructorTypeStorage 1340 PseudoDestructorTypeStorage(IdentifierInfo *II, SourceLocation Loc) function in class:clang::PseudoDestructorTypeStorage 1343 PseudoDestructorTypeStorage(TypeSourceInfo *Info); 1407 PseudoDestructorTypeStorage DestroyedType; 1418 PseudoDestructorTypeStorage DestroyedType); 1496 DestroyedType = PseudoDestructorTypeStorage(II, Loc); 1501 DestroyedType = PseudoDestructorTypeStorage(Info); |
Completed in 44 milliseconds