Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DPropertiesBase.td76 def APValueKind : EnumPropertyType<"APValue::ValueKind">;
254 def : PropertyTypeKind<APValue, APValueKind,
H A DExpr.h1105 return static_cast<APValue::ValueKind>(ConstantExprBits.APValueKind); in getResultAPValueKind()
1114 return ConstantExprBits.APValueKind != APValue::None; in hasAPValueResult()
H A DStmt.h332 unsigned APValueKind : 4; in alignas() local
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp297 ConstantExprBits.APValueKind = APValue::None; in ConstantExpr()
350 ConstantExprBits.APValueKind = Value.getKind(); in MoveIntoResult()
392 if (ConstantExprBits.APValueKind == APValue::Indeterminate) in getAPValueResult()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp558 Record.push_back(E->ConstantExprBits.APValueKind); in VisitConstantExpr()
H A DASTReaderStmt.cpp541 E->ConstantExprBits.APValueKind = Record.readInt(); in VisitConstantExpr()