Searched refs:NTCUK_Destruct (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1889 Sema::NTCUK_Destruct|Sema::NTCUK_Copy);
H A DSemaDecl.cpp6868 NTCUC_AutoVar, NTCUK_Destruct);
9386 NTCUC_FunctionReturn, NTCUK_Destruct|NTCUK_Copy);
11878 if ((NonTrivialKind & NTCUK_Destruct) &&
13592 NTCUC_FunctionParam, NTCUK_Destruct|NTCUK_Copy);
H A DSemaExpr.cpp6843 NTCUC_CompoundLiteral, NTCUK_Destruct);
15206 NTCUK_Destruct|NTCUK_Copy);
17808 NTCUK_Destruct|NTCUK_Copy);
H A DSemaType.cpp2675 NTCUK_Destruct|NTCUK_Copy);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2477 NTCUK_Destruct = 0x2, enumerator in enum:clang::final::CompleteTypeKind::NonTrivialCUnionKind

Completed in 341 milliseconds