Home
last modified time | relevance | path

Searched defs:CompleteObject (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp2775 struct CompleteObject { struct
2777 APValue *Value;
2779 QualType Type;
2780 bool LifetimeStartedInEvaluation;
2782 CompleteObject() : Value(nullptr) {} in CompleteObject() function
2783 CompleteObject(APValue *Value, QualType Type, in CompleteObject() function
2790 explicit operator bool() const { return Value; } in operator bool()