Searched defs:Destructor (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h990 const CXXDestructorDecl *Destructor; member in class:clang::CXXTemporary
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp791 Create(const ASTContext &C, const CXXDestructorDecl *Destructor) argument
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp5886 CXXDestructorDecl *Destructor local
H A DSemaExprCXX.cpp4990 CXXDestructorDecl *Destructor = IsDecltype ? 0 : LookupDestructor(RD); local
5146 CXXDestructorDecl *Destructor = LookupDestructor(RD); local
[all...]
H A DSemaDeclCXX.cpp6161 bool Sema::CheckDestructor(CXXDestructorDecl *Destructor) { argument
8586 CXXDestructorDecl *Destructor local
8618 DefineImplicitDestructor(SourceLocation CurrentLocation, CXXDestructorDecl *Destructor) argument
8667 AdjustDestructorExceptionSpec(CXXRecordDecl *ClassDecl, CXXDestructorDecl *Destructor) argument
[all...]

Completed in 362 milliseconds