Searched defs:IsConstexpr (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Stmt.cpp | 909 IfStmt::IfStmt(const ASTContext &Ctx, SourceLocation IL, bool IsConstexpr, in IfStmt() 944 bool IsConstexpr, Stmt *Init, VarDecl *Var, Expr *Cond, in Create()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 1341 bool IsConstexpr = false; in ParseIfStatement() local
|
/netbsd-src/external/apache2/llvm/dist/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 | 3895 ExprResult Sema::CheckCXXBooleanCondition(Expr *CondExpr, bool IsConstexpr) { in CheckCXXBooleanCondition() 8417 bool IsConstexpr) { in ActOnFinishFullExpr()
|
H A D | SemaChecking.cpp | 14071 bool IsConstexpr) { in CheckCompletedExpr()
|
H A D | TreeTransform.h | 1323 StmtResult RebuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in RebuildIfStmt()
|
H A D | SemaExpr.cpp | 18889 bool IsConstexpr) { in CheckBooleanCondition()
|
H A D | SemaOpenMP.cpp | 6644 bool IsConstexpr = in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Decl.h | 992 unsigned IsConstexpr : 1; variable
|
H A D | Stmt.h | 164 unsigned IsConstexpr : 1; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 11805 bool IsConstexpr) in ConditionResult()
|