Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp5502 struct CheckDynamicTypeHandler { struct
5503 AccessKinds AccessKind;
5504 typedef bool result_type;
5505 bool failed() { return false; } in failed()
5506 bool found(APValue &Subobj, QualType SubobjType) { return true; } in found()
5507 bool found(APSInt &Value, QualType SubobjType) { return true; } in found()
5508 bool found(APFloat &Value, QualType SubobjType) { return true; } in found()