Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6028 struct CheckDynamicTypeHandler { struct
6029 AccessKinds AccessKind;
6030 typedef bool result_type;
6031 bool failed() { return false; } in failed()
6032 bool found(APValue &Subobj, QualType SubobjType) { return true; } in found()
6033 bool found(APSInt &Value, QualType SubobjType) { return true; } in found()
6034 bool found(APFloat &Value, QualType SubobjType) { return true; } in found()