Home
last modified time | relevance | path

Searched refs:AllowFoldKind (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13308 enum AllowFoldKind { enum
13318 AllowFoldKind CanFold = NoFold);
13321 AllowFoldKind CanFold = NoFold);
13324 AllowFoldKind CanFold = NoFold);
13326 AllowFoldKind CanFold = NoFold) {
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp17939 AllowFoldKind CanFold) { in VerifyIntegerConstantExpression()
17958 AllowFoldKind CanFold) { in VerifyIntegerConstantExpression()
17988 AllowFoldKind CanFold) { in VerifyIntegerConstantExpression()
H A DSemaDeclCXX.cpp17448 AllowFoldKind FoldKind = NoFold; in BuildStaticAssertDeclaration()