Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp178 decl->setConstexpr(true); in visitKnownMember()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp926 setConstexpr(IsConstexpr); in IfStmt()
H A DASTImporter.cpp4143 ToVar->setConstexpr(true); in VisitVarDecl()
6025 D2->setConstexpr(true); in VisitVarTemplateSpecializationDecl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1317 decl->setConstexpr(true); in AddRecordMembers()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1477 void setConstexpr(bool IC) { in setConstexpr() function
H A DStmt.h2081 void setConstexpr(bool C) { IfStmtBits.IsConstexpr = C; } in setConstexpr() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp216 S->setConstexpr(Record.readInt()); in VisitIfStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5195 NewVar->setConstexpr(OldVar->isConstexpr()); in BuildVariableInstantiation()
H A DSemaDecl.cpp7260 NewVD->setConstexpr(true); in ActOnVariableDeclarator()
12535 VDecl->setConstexpr(true); in AddInitializerToDecl()