Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDecl.h898 bool HasConstantDestruction : 1; member
910 HasConstantInitialization(false), HasConstantDestruction(false), in EvaluatedStmt()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp1601 Eval->HasConstantDestruction = (Val & 4) != 0; in VisitVarDeclImpl()
4349 Eval->HasConstantDestruction = (Val & 4) != 0; in UpdateDecl()
H A DASTWriter.cpp5982 Val |= (ES->HasConstantDestruction ? 4 : 0); in AddVarDeclInit()
/openbsd/gnu/llvm/clang/lib/AST/
H A DDecl.cpp2749 if (Eval->HasConstantDestruction) in needsDestruction()
H A DASTImporter.cpp2140 ToEval->HasConstantDestruction = FromEval->HasConstantDestruction; in ImportInitializer()
H A DExprConstant.cpp15447 ensureEvaluatedStmt()->HasConstantDestruction = true; in evaluateDestruction()