Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmt.cpp770 setConstexpr(IsConstexpr); in IfStmt()
/external/clang/include/clang/AST/
DDecl.h1279 void setConstexpr(bool IC) { in setConstexpr() function
1884 void setConstexpr(bool IC) { IsConstexpr = IC; } in setConstexpr() function
DStmt.h934 void setConstexpr(bool C) { IfStmtBits.IsConstexpr = C; } in setConstexpr() function
/external/clang/lib/Sema/
DSemaLambda.cpp1609 CallOperator->setConstexpr( in BuildLambdaExpr()
DSemaDecl.cpp6131 NewVD->setConstexpr(true); in ActOnVariableDeclarator()
8929 FD->setConstexpr(false); in CheckMain()
9900 VDecl->setConstexpr(true); in AddInitializerToDecl()
DSemaTemplateInstantiateDecl.cpp3804 NewVar->setConstexpr(OldVar->isConstexpr()); in BuildVariableInstantiation()
DSemaTemplate.cpp6969 Specialization->setConstexpr(FD->isConstexpr()); in CheckFunctionTemplateSpecialization()
DSemaDeclCXX.cpp5488 MD->setConstexpr(Constexpr); in CheckExplicitlyDefaultedSpecialMember()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp187 S->setConstexpr(Record[Idx++]); in VisitIfStmt()