Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp920 setConstexpr(IsConstexpr); in IfStmt()
H A DASTImporter.cpp4080 ToVar->setConstexpr(true); in VisitVarDecl()
5913 D2->setConstexpr(true); in VisitVarTemplateSpecializationDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h2081 void setConstexpr(bool C) { IfStmtBits.IsConstexpr = C; } in setConstexpr() function
H A DDecl.h1454 void setConstexpr(bool IC) { in setConstexpr() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp216 S->setConstexpr(Record.readInt()); in VisitIfStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5002 NewVar->setConstexpr(OldVar->isConstexpr()); in BuildVariableInstantiation()
H A DSemaDecl.cpp7193 NewVD->setConstexpr(true); in ActOnVariableDeclarator()
12478 VDecl->setConstexpr(true); in AddInitializerToDecl()