Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp196 decl->setConstexpr(true); in visitKnownMember()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1324 decl->setConstexpr(true); in AddRecordMembers()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h1480 void setConstexpr(bool IC) { in setConstexpr() function
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp4193 ToVar->setConstexpr(true); in VisitVarDecl()
6126 D2->setConstexpr(true); in VisitVarTemplateSpecializationDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5214 NewVar->setConstexpr(OldVar->isConstexpr()); in BuildVariableInstantiation()
H A DSemaDecl.cpp7635 NewVD->setConstexpr(true); in ActOnVariableDeclarator()
13032 VDecl->setConstexpr(true); in AddInitializerToDecl()