Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h1110 void setConstexpr(bool IC) { VarDeclBits.IsConstexpr = IC; } in setConstexpr() function
1665 void setConstexpr(bool IC) { IsConstexpr = IC; } in setConstexpr() function
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp346 Var->setConstexpr(D->isConstexpr()); in VisitVarDecl()
DSemaDecl.cpp4840 NewVD->setConstexpr(true); in ActOnVariableDeclarator()
6879 FD->setConstexpr(false); in CheckMain()
7544 VDecl->setConstexpr(true); in AddInitializerToDecl()
DSemaTemplate.cpp6009 Specialization->setConstexpr(FD->isConstexpr()); in CheckFunctionTemplateSpecialization()
DSemaDeclCXX.cpp4389 MD->setConstexpr(Constexpr); in CheckExplicitlyDefaultedSpecialMember()