Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DStmt.cpp909 IfStmt::IfStmt(const ASTContext &Ctx, SourceLocation IL, bool IsConstexpr, in IfStmt()
944 bool IsConstexpr, Stmt *Init, VarDecl *Var, Expr *Cond, in Create()
/external/clang/lib/Parse/
DParseStmt.cpp1113 bool IsConstexpr = false; in ParseIfStatement() local
/external/llvm-project/clang/lib/Parse/
DParseStmt.cpp1338 bool IsConstexpr = false; in ParseIfStatement() local
/external/clang/lib/AST/
DStmt.cpp766 IfStmt::IfStmt(const ASTContext &C, SourceLocation IL, bool IsConstexpr, in IfStmt()
/external/clang/include/clang/AST/
DDecl.h892 unsigned IsConstexpr : 1; variable
1601 unsigned IsConstexpr : 1; variable
DStmt.h100 unsigned IsConstexpr : 1; in LLVM_ALIGNAS() local
/external/clang/lib/Sema/
DSemaStmt.cpp507 Sema::ActOnIfStmt(SourceLocation IfLoc, bool IsConstexpr, Stmt *InitStmt, in ActOnIfStmt()
532 StmtResult Sema::BuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in BuildIfStmt()
DSemaExprCXX.cpp3118 ExprResult Sema::CheckCXXBooleanCondition(Expr *CondExpr, bool IsConstexpr) { in CheckCXXBooleanCondition()
6980 bool IsConstexpr, in ActOnFinishFullExpr()
DSemaChecking.cpp9369 bool IsConstexpr) { in CheckCompletedExpr()
DTreeTransform.h1176 StmtResult RebuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in RebuildIfStmt()
DSemaExpr.cpp14372 bool IsConstexpr) { in CheckBooleanCondition()
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp580 StmtResult Sema::ActOnIfStmt(SourceLocation IfLoc, bool IsConstexpr, in ActOnIfStmt()
634 StmtResult Sema::BuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in BuildIfStmt()
DSemaExprCXX.cpp3826 ExprResult Sema::CheckCXXBooleanCondition(Expr *CondExpr, bool IsConstexpr) { in CheckCXXBooleanCondition()
8342 bool IsConstexpr) { in ActOnFinishFullExpr()
DSemaChecking.cpp13802 bool IsConstexpr) { in CheckCompletedExpr()
DSemaExpr.cpp18643 bool IsConstexpr) { in CheckBooleanCondition()
DTreeTransform.h1322 StmtResult RebuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in RebuildIfStmt()
DSemaOpenMP.cpp5910 bool IsConstexpr = in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() local
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp1337 TEST_P(ASTMatchersTest, IsConstexpr) { in TEST_P() argument
/external/llvm-project/clang/include/clang/AST/
DDecl.h978 unsigned IsConstexpr : 1; variable
DStmt.h164 unsigned IsConstexpr : 1; variable
/external/clang/include/clang/Sema/
DSema.h8980 bool IsConstexpr) in ConditionResult()
/external/llvm-project/clang/include/clang/Sema/
DSema.h11599 bool IsConstexpr) in ConditionResult()