Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7247 enum AllowFoldKind { enum
7257 AllowFoldKind CanFold = NoFold);
7260 AllowFoldKind CanFold = NoFold);
7263 AllowFoldKind CanFold = NoFold);
7265 AllowFoldKind CanFold = NoFold) {
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp16882 AllowFoldKind CanFold) { in VerifyIntegerConstantExpression()
16901 AllowFoldKind CanFold) { in VerifyIntegerConstantExpression()
16931 AllowFoldKind CanFold) { in VerifyIntegerConstantExpression()
H A DSemaDeclCXX.cpp17302 AllowFoldKind FoldKind = NoFold; in BuildStaticAssertDeclaration()