Home
last modified time | relevance | path

Searched defs:IsConstexpr (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp915 IfStmt::IfStmt(const ASTContext &Ctx, SourceLocation IL, bool IsConstexpr, in IfStmt()
950 bool IsConstexpr, Stmt *Init, VarDecl *Var, Expr *Cond, in Create()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1346 bool IsConstexpr = false; in ParseIfStatement() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp861 StmtResult Sema::ActOnIfStmt(SourceLocation IfLoc, bool IsConstexpr, in ActOnIfStmt()
915 StmtResult Sema::BuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in BuildIfStmt()
H A DSemaExprCXX.cpp3912 ExprResult Sema::CheckCXXBooleanCondition(Expr *CondExpr, bool IsConstexpr) { in CheckCXXBooleanCondition()
8495 bool IsConstexpr) { in ActOnFinishFullExpr()
H A DSemaChecking.cpp14343 bool IsConstexpr) { in CheckCompletedExpr()
H A DTreeTransform.h1323 StmtResult RebuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in RebuildIfStmt()
H A DSemaExpr.cpp19065 bool IsConstexpr) { in CheckBooleanCondition()
H A DSemaOpenMP.cpp6659 bool IsConstexpr = in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() local
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1018 unsigned IsConstexpr : 1; variable
H A DStmt.h164 unsigned IsConstexpr : 1; in alignas() local
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11906 bool IsConstexpr) in ConditionResult()