Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp909 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 DParseStmt.cpp1341 bool IsConstexpr = false; in ParseIfStatement() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp861 StmtResult Sema::ActOnIfStmt(SourceLocation IfLoc, bool IsConstexpr, in ActOnIfStmt()
915 StmtResult Sema::BuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in BuildIfStmt()
H A DSemaExprCXX.cpp3895 ExprResult Sema::CheckCXXBooleanCondition(Expr *CondExpr, bool IsConstexpr) { in CheckCXXBooleanCondition()
8417 bool IsConstexpr) { in ActOnFinishFullExpr()
H A DSemaChecking.cpp14071 bool IsConstexpr) { in CheckCompletedExpr()
H A DTreeTransform.h1323 StmtResult RebuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, in RebuildIfStmt()
H A DSemaExpr.cpp18889 bool IsConstexpr) { in CheckBooleanCondition()
H A DSemaOpenMP.cpp6644 bool IsConstexpr = in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h992 unsigned IsConstexpr : 1; variable
H A DStmt.h164 unsigned IsConstexpr : 1; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h11805 bool IsConstexpr) in ConditionResult()