Home
last modified time | relevance | path

Searched refs:IsConstexpr (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDDecl.h714 unsigned IsConstexpr : 1; variable
1144 bool isConstexpr() const { return VarDeclBits.IsConstexpr; } in isConstexpr()
1145 void setConstexpr(bool IC) { VarDeclBits.IsConstexpr = IC; } in setConstexpr()
1467 bool IsConstexpr : 1; variable
1556 IsConstexpr(isConstexprSpecified), HasSkippedBody(false), in FunctionDecl()
1731 bool isConstexpr() const { return IsConstexpr; } in isConstexpr()
1732 void setConstexpr(bool IC) { IsConstexpr = IC; } in setConstexpr()
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderDecl.cpp568 FD->IsConstexpr = Record[Idx++]; in VisitFunctionDecl()
967 VD->VarDeclBits.IsConstexpr = Record[Idx++]; in VisitVarDeclImpl()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprCXX.cpp5930 bool IsConstexpr, in ActOnFinishFullExpr() argument
5974 CheckCompletedExpr(FullExpr.get(), CC, IsConstexpr); in ActOnFinishFullExpr()
HDSemaChecking.cpp6165 bool IsConstexpr) { in CheckCompletedExpr() argument
6168 if (!IsConstexpr && !E->isValueDependent()) in CheckCompletedExpr()
/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h4320 bool IsConstexpr = false,
7928 bool IsConstexpr = false);