Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h1128 void setConstexpr(bool IC) { VarDeclBits.IsConstexpr = IC; } in setConstexpr() function
1695 void setConstexpr(bool IC) { IsConstexpr = IC; } in setConstexpr() function
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp3326 NewVar->setConstexpr(OldVar->isConstexpr()); in BuildVariableInstantiation()
DSemaDecl.cpp5105 NewVD->setConstexpr(true); in ActOnVariableDeclarator()
7539 FD->setConstexpr(false); in CheckMain()
8222 VDecl->setConstexpr(true); in AddInitializerToDecl()
DSemaTemplate.cpp6461 Specialization->setConstexpr(FD->isConstexpr()); in CheckFunctionTemplateSpecialization()
DSemaDeclCXX.cpp4603 MD->setConstexpr(Constexpr); in CheckExplicitlyDefaultedSpecialMember()