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

References

tools/clang/lib/AST/ExprConstant.cpp
 1645       V = APValue(getDecl(), isDerivedMember(), Path);
 1687       if (!getDecl())
 1701       if (!getDecl())
 1715     if (!LHS.getDecl() || !RHS.getDecl())
 1715     if (!LHS.getDecl() || !RHS.getDecl())
 1716       return !LHS.getDecl() && !RHS.getDecl();
 1716       return !LHS.getDecl() && !RHS.getDecl();
 1717     if (LHS.getDecl()->getCanonicalDecl() != RHS.getDecl()->getCanonicalDecl())
 1717     if (LHS.getDecl()->getCanonicalDecl() != RHS.getDecl()->getCanonicalDecl())
 4106   if (!MemPtr.getDecl()) {
 4162     if (const FieldDecl *FD = dyn_cast<FieldDecl>(MemPtr.getDecl())) {
 4166                  dyn_cast<IndirectFieldDecl>(MemPtr.getDecl())) {
 4174   return MemPtr.getDecl();
11708     if (!LHSValue.getDecl() || !RHSValue.getDecl()) {
11708     if (!LHSValue.getDecl() || !RHSValue.getDecl()) {
11709       bool Equal = !LHSValue.getDecl() && !RHSValue.getDecl();
11709       bool Equal = !LHSValue.getDecl() && !RHSValue.getDecl();
11715     if (const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(LHSValue.getDecl()))
11718     if (const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(RHSValue.getDecl()))