Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclCXX.cpp4949 M->setTrivial(SpecialMemberIsTrivial(M, CSM)); in CheckCompletedCXXClass()
8898 DefaultCon->setTrivial(ClassDecl->hasTrivialDefaultConstructor()); in DeclareImplicitDefaultConstructor()
9366 Destructor->setTrivial(ClassDecl->hasTrivialDestructor()); in DeclareImplicitDestructor()
10042 CopyAssignment->setTrivial( in DeclareImplicitCopyAssignment()
10431 MoveAssignment->setTrivial( in DeclareImplicitMoveAssignment()
10863 CopyConstructor->setTrivial( in DeclareImplicitCopyConstructor()
11040 MoveConstructor->setTrivial( in DeclareImplicitMoveConstructor()
DSemaDecl.cpp2792 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.h1760 void setTrivial(bool IT) { IsTrivial = IT; } in setTrivial() function
/external/clang/lib/AST/
DASTImporter.cpp2815 ToFunction->setTrivial(D->isTrivial()); in VisitFunctionDecl()