/external/llvm-project/clang/lib/AST/ |
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()
|
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 1113 bool IsConstexpr = false; in ParseIfStatement() local
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseStmt.cpp | 1338 bool IsConstexpr = false; in ParseIfStatement() local
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 766 IfStmt::IfStmt(const ASTContext &C, SourceLocation IL, bool IsConstexpr, in IfStmt()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 892 unsigned IsConstexpr : 1; variable 1601 unsigned IsConstexpr : 1; variable
|
D | Stmt.h | 100 unsigned IsConstexpr : 1; in LLVM_ALIGNAS() local
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 507 Sema::ActOnIfStmt(SourceLocation IfLoc, bool IsConstexpr, Stmt *InitStmt, in ActOnIfStmt() 532 StmtResult Sema::BuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in BuildIfStmt()
|
D | SemaExprCXX.cpp | 3118 ExprResult Sema::CheckCXXBooleanCondition(Expr *CondExpr, bool IsConstexpr) { in CheckCXXBooleanCondition() 6980 bool IsConstexpr, in ActOnFinishFullExpr()
|
D | SemaChecking.cpp | 9369 bool IsConstexpr) { in CheckCompletedExpr()
|
D | TreeTransform.h | 1176 StmtResult RebuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in RebuildIfStmt()
|
D | SemaExpr.cpp | 14372 bool IsConstexpr) { in CheckBooleanCondition()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaStmt.cpp | 580 StmtResult Sema::ActOnIfStmt(SourceLocation IfLoc, bool IsConstexpr, in ActOnIfStmt() 634 StmtResult Sema::BuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in BuildIfStmt()
|
D | SemaExprCXX.cpp | 3826 ExprResult Sema::CheckCXXBooleanCondition(Expr *CondExpr, bool IsConstexpr) { in CheckCXXBooleanCondition() 8342 bool IsConstexpr) { in ActOnFinishFullExpr()
|
D | SemaChecking.cpp | 13802 bool IsConstexpr) { in CheckCompletedExpr()
|
D | SemaExpr.cpp | 18643 bool IsConstexpr) { in CheckBooleanCondition()
|
D | TreeTransform.h | 1322 StmtResult RebuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in RebuildIfStmt()
|
D | SemaOpenMP.cpp | 5910 bool IsConstexpr = in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() local
|
/external/llvm-project/clang/unittests/ASTMatchers/ |
D | ASTMatchersNarrowingTest.cpp | 1337 TEST_P(ASTMatchersTest, IsConstexpr) { in TEST_P() argument
|
/external/llvm-project/clang/include/clang/AST/ |
D | Decl.h | 978 unsigned IsConstexpr : 1; variable
|
D | Stmt.h | 164 unsigned IsConstexpr : 1; variable
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 8980 bool IsConstexpr) in ConditionResult()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 11599 bool IsConstexpr) in ConditionResult()
|