Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp5593 struct CheckDynamicTypeHandler { struct
5594 AccessKinds AccessKind;
5595 typedef bool result_type;
5596 bool failed() { return false; } in failed()
5597 bool found(APValue &Subobj, QualType SubobjType) { return true; } in found()
5598 bool found(APSInt &Value, QualType SubobjType) { return true; } in found()
5599 bool found(APFloat &Value, QualType SubobjType) { return true; } in found()