Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7010 M->setTrivial(SpecialMemberIsTrivial(M, CSM)); in CheckCompletedCXXClass()
13872 DefaultCon->setTrivial(ClassDecl->hasTrivialDefaultConstructor()); in DeclareImplicitDefaultConstructor()
14158 Destructor->setTrivial(ClassDecl->hasTrivialDestructor()); in DeclareImplicitDestructor()
14804 CopyAssignment->setTrivial( in DeclareImplicitCopyAssignment()
15156 MoveAssignment->setTrivial( in DeclareImplicitMoveAssignment()
15560 CopyConstructor->setTrivial( in DeclareImplicitCopyConstructor()
15699 MoveConstructor->setTrivial( in DeclareImplicitMoveConstructor()
H A DSemaDecl.cpp3917 NewMethod->setTrivial(OldMethod->isTrivial()); in MergeFunctionDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2303 void setTrivial(bool IT) { FunctionDeclBits.IsTrivial = IT; } in setTrivial() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7889 cxx_ctor_decl->setTrivial(true); in AddMethodToCXXRecordType()
7893 cxx_dtor_decl->setTrivial(true); in AddMethodToCXXRecordType()
7900 cxx_method_decl->setTrivial(true); in AddMethodToCXXRecordType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1074 FD->setTrivial(FunctionDeclBits.getNextBit()); in VisitFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp3986 ToFunction->setTrivial(D->isTrivial()); in VisitFunctionDecl()