Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSema.cpp2203 Sema::NTCUK_Destruct|Sema::NTCUK_Copy); in markEscapingByrefs()
DSemaDecl.cpp7507 NTCUC_AutoVar, NTCUK_Destruct); in ActOnVariableDeclarator()
10246 NTCUC_FunctionReturn, NTCUK_Destruct|NTCUK_Copy); in ActOnFunctionDeclarator()
12991 if ((NonTrivialKind & NTCUK_Destruct) && in checkNonTrivialCUnion()
14804 NTCUC_FunctionParam, NTCUK_Destruct|NTCUK_Copy); in CheckParameter()
DSemaExpr.cpp7554 NTCUC_CompoundLiteral, NTCUK_Destruct); in BuildCompoundLiteralExpr()
16673 NTCUK_Destruct|NTCUK_Copy); in ActOnBlockStmtExpr()
19679 NTCUK_Destruct|NTCUK_Copy); in CheckLValueToRValueConversionOperand()
DSemaType.cpp2894 NTCUK_Destruct|NTCUK_Copy); in CheckFunctionReturnType()
/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DSema.h3018 NTCUK_Destruct = 0x2, enumerator