Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7166 M->setTrivial(SpecialMemberIsTrivial(M, CSM)); in CheckCompletedCXXClass()
14004 DefaultCon->setTrivial(ClassDecl->hasTrivialDefaultConstructor()); in DeclareImplicitDefaultConstructor()
14284 Destructor->setTrivial(ClassDecl->hasTrivialDestructor()); in DeclareImplicitDestructor()
14932 CopyAssignment->setTrivial( in DeclareImplicitCopyAssignment()
15282 MoveAssignment->setTrivial( in DeclareImplicitMoveAssignment()
15684 CopyConstructor->setTrivial( in DeclareImplicitCopyConstructor()
15820 MoveConstructor->setTrivial( in DeclareImplicitMoveConstructor()
H A DSemaDecl.cpp4026 NewMethod->setTrivial(OldMethod->isTrivial()); in MergeFunctionDecl()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7729 cxx_ctor_decl->setTrivial(true); in AddMethodToCXXRecordType()
7733 cxx_dtor_decl->setTrivial(true); in AddMethodToCXXRecordType()
7740 cxx_method_decl->setTrivial(true); in AddMethodToCXXRecordType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2315 void setTrivial(bool IT) { FunctionDeclBits.IsTrivial = IT; } in setTrivial() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1089 FD->setTrivial(FunctionDeclBits.getNextBit()); in VisitFunctionDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp3911 ToFunction->setTrivial(D->isTrivial()); in VisitFunctionDecl()