reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ExprConstant.cpp
 4143     if (const PointerType *PT = LVType->getAs<PointerType>())
 4144       LVType = PT->getPointeeType();
 4145     const CXXRecordDecl *RD = LVType->getAsCXXRecordDecl();