Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h1239 void setConstexpr(bool IC) { in setConstexpr() function
1848 void setConstexpr(bool IC) { IsConstexpr = IC; } in setConstexpr() function
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp3630 NewVar->setConstexpr(OldVar->isConstexpr()); in BuildVariableInstantiation()
DSemaDecl.cpp5970 NewVD->setConstexpr(true); in ActOnVariableDeclarator()
8595 FD->setConstexpr(false); in CheckMain()
9563 VDecl->setConstexpr(true); in AddInitializerToDecl()
DSemaTemplate.cpp6920 Specialization->setConstexpr(FD->isConstexpr()); in CheckFunctionTemplateSpecialization()
DSemaOpenMP.cpp3138 NewVD->setConstexpr(VD->isConstexpr()); in TransformDefinition()
DSemaDeclCXX.cpp5363 MD->setConstexpr(Constexpr); in CheckExplicitlyDefaultedSpecialMember()