Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DDecl.h1145 void setConstexpr(bool IC) { VarDeclBits.IsConstexpr = IC; } in setConstexpr() function
1732 void setConstexpr(bool IC) { IsConstexpr = IC; } in setConstexpr() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDecl.cpp5270 NewVD->setConstexpr(true); in ActOnVariableDeclarator()
7713 FD->setConstexpr(false); in CheckMain()
8429 VDecl->setConstexpr(true); in AddInitializerToDecl()
DSemaTemplateInstantiateDecl.cpp3528 NewVar->setConstexpr(OldVar->isConstexpr()); in BuildVariableInstantiation()
DSemaTemplate.cpp6570 Specialization->setConstexpr(FD->isConstexpr()); in CheckFunctionTemplateSpecialization()
DSemaDeclCXX.cpp4785 MD->setConstexpr(Constexpr); in CheckExplicitlyDefaultedSpecialMember()