Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp6915 M->setTrivial(SpecialMemberIsTrivial(M, CSM)); in CheckCompletedCXXClass()
13456 DefaultCon->setTrivial(ClassDecl->hasTrivialDefaultConstructor()); in DeclareImplicitDefaultConstructor()
13736 Destructor->setTrivial(ClassDecl->hasTrivialDestructor()); in DeclareImplicitDestructor()
14381 CopyAssignment->setTrivial( in DeclareImplicitCopyAssignment()
14715 MoveAssignment->setTrivial( in DeclareImplicitMoveAssignment()
15099 CopyConstructor->setTrivial( in DeclareImplicitCopyConstructor()
15232 MoveConstructor->setTrivial( in DeclareImplicitMoveConstructor()
H A DSemaDecl.cpp3881 NewMethod->setTrivial(OldMethod->isTrivial()); in MergeFunctionDecl()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h2228 void setTrivial(bool IT) { FunctionDeclBits.IsTrivial = IT; } in setTrivial() function
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7779 cxx_ctor_decl->setTrivial(true); in AddMethodToCXXRecordType()
7783 cxx_dtor_decl->setTrivial(true); in AddMethodToCXXRecordType()
7790 cxx_method_decl->setTrivial(true); in AddMethodToCXXRecordType()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp922 FD->setTrivial(Record.readInt()); in VisitFunctionDecl()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp3590 ToFunction->setTrivial(D->isTrivial()); in VisitFunctionDecl()