Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DDecl.h817 bool HasConstantDestruction : 1; member
829 HasConstantInitialization(false), HasConstantDestruction(false), in EvaluatedStmt()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp1447 Eval->HasConstantDestruction = (Val & 4) != 0; in VisitVarDeclImpl()
4466 Eval->HasConstantDestruction = (Val & 4) != 0; in UpdateDecl()
DASTWriter.cpp5836 Val |= (ES->HasConstantDestruction ? 4 : 0); in AddVarDeclInit()
/external/llvm-project/clang/lib/AST/
DDecl.cpp2646 if (Eval->HasConstantDestruction) in needsDestruction()
DASTImporter.cpp2029 ToEval->HasConstantDestruction = FromEval->HasConstantDestruction; in ImportInitializer()
DExprConstant.cpp14924 ensureEvaluatedStmt()->HasConstantDestruction = true; in evaluateDestruction()