Home
last modified time | relevance | path

Searched refs:setTrivial (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclCXX.cpp4985 M->setTrivial(SpecialMemberIsTrivial(M, CSM)); in CheckCompletedCXXClass()
8925 DefaultCon->setTrivial(ClassDecl->hasTrivialDefaultConstructor()); in DeclareImplicitDefaultConstructor()
9393 Destructor->setTrivial(ClassDecl->hasTrivialDestructor()); in DeclareImplicitDestructor()
10079 CopyAssignment->setTrivial( in DeclareImplicitCopyAssignment()
10470 MoveAssignment->setTrivial( in DeclareImplicitMoveAssignment()
10904 CopyConstructor->setTrivial( in DeclareImplicitCopyConstructor()
11081 MoveConstructor->setTrivial( in DeclareImplicitMoveConstructor()
DSemaDecl.cpp2906 NewMethod->setTrivial(OldMethod->isTrivial()); in MergeFunctionDecl()
/external/lldb/source/Symbol/
DClangASTType.cpp4711 cxx_ctor_decl->setTrivial(true); in AddMethodToCXXRecordType()
4718 cxx_dtor_decl->setTrivial(true); in AddMethodToCXXRecordType()
4725 cxx_method_decl->setTrivial(true); in AddMethodToCXXRecordType()
/external/clang/include/clang/AST/
DDecl.h1813 void setTrivial(bool IT) { IsTrivial = IT; } in setTrivial() function
/external/clang/lib/AST/
DASTImporter.cpp2886 ToFunction->setTrivial(D->isTrivial()); in VisitFunctionDecl()