Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DExprConstant.cpp5494 struct CheckDynamicTypeHandler { struct
5495 AccessKinds AccessKind;
5496 typedef bool result_type;
5497 bool failed() { return false; } in failed()
5498 bool found(APValue &Subobj, QualType SubobjType) { return true; } in found()
5499 bool found(APSInt &Value, QualType SubobjType) { return true; } in found()
5500 bool found(APFloat &Value, QualType SubobjType) { return true; } in found()