Searched defs:IsConstexpr (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | Stmt.cpp | 915 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 D | ParseStmt.cpp | 1346 bool IsConstexpr = false; in ParseIfStatement() local
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 861 StmtResult Sema::ActOnIfStmt(SourceLocation IfLoc, bool IsConstexpr, in ActOnIfStmt() 915 StmtResult Sema::BuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in BuildIfStmt()
|
| H A D | SemaExprCXX.cpp | 3912 ExprResult Sema::CheckCXXBooleanCondition(Expr *CondExpr, bool IsConstexpr) { in CheckCXXBooleanCondition() 8495 bool IsConstexpr) { in ActOnFinishFullExpr()
|
| H A D | SemaChecking.cpp | 14343 bool IsConstexpr) { in CheckCompletedExpr()
|
| H A D | TreeTransform.h | 1323 StmtResult RebuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in RebuildIfStmt()
|
| H A D | SemaExpr.cpp | 19065 bool IsConstexpr) { in CheckBooleanCondition()
|
| H A D | SemaOpenMP.cpp | 6659 bool IsConstexpr = in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() local
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 1018 unsigned IsConstexpr : 1; variable
|
| H A D | Stmt.h | 164 unsigned IsConstexpr : 1; in alignas() local
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 11906 bool IsConstexpr) in ConditionResult()
|