HomeSort by: relevance | last modified time | path
    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