Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp807 IfStmt::IfStmt(const ASTContext &Ctx, SourceLocation IL, bool IsConstexpr, in IfStmt()
842 bool IsConstexpr, Stmt *Init, VarDecl *Var, Expr *Cond, in Create()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1154 bool IsConstexpr = false; in ParseIfStatement() local
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h1498 uint64_t IsConstexpr : 1; variable
H A DStmt.h160 unsigned IsConstexpr : 1; in alignas() local
H A DDecl.h955 unsigned IsConstexpr : 1; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp538 Sema::ActOnIfStmt(SourceLocation IfLoc, bool IsConstexpr, Stmt *InitStmt, in ActOnIfStmt()
564 StmtResult Sema::BuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in BuildIfStmt()
H A DSemaExprCXX.cpp3672 ExprResult Sema::CheckCXXBooleanCondition(Expr *CondExpr, bool IsConstexpr) { in CheckCXXBooleanCondition()
7793 bool IsConstexpr) { in ActOnFinishFullExpr()
H A DSemaChecking.cpp12145 bool IsConstexpr) { in CheckCompletedExpr()
H A DTreeTransform.h1256 StmtResult RebuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in RebuildIfStmt()
H A DSemaExpr.cpp16118 bool IsConstexpr) { in CheckBooleanCondition()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h9895 bool IsConstexpr) in ConditionResult()