Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp5678 struct CheckDynamicTypeHandler { struct
5679 AccessKinds AccessKind;
5680 typedef bool result_type;
5681 bool failed() { return false; } in failed()
5682 bool found(APValue &Subobj, QualType SubobjType) { return true; } in found()
5683 bool found(APSInt &Value, QualType SubobjType) { return true; } in found()
5684 bool found(APFloat &Value, QualType SubobjType) { return true; } in found()