HomeSort by relevance Sort by last modified time
    Searched refs:getDecl (Results 26 - 50 of 218) sorted by null

12 3 4 5 6 7 8 9

  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 52 const Decl *D = LC->getDecl();
60 if (D != P.getLocationContext()->getDecl())
ReturnUndefChecker.cpp 47 QualType RT = CallEvent::getDeclaredResultType(SFC->getDecl());
64 if (RT.isNull() && isa<BlockDecl>(SFC->getDecl()) &&
CheckSizeofPointer.cpp 66 BR.EmitBasicReport(AC->getDecl(),
MacOSXAPIChecker.cpp 87 os << " the local variable '" << VR->getDecl()->getName() << '\'';
StackAddrEscapeChecker.cpp 70 const BlockDecl *BD = BR->getCodeRegion()->getDecl();
79 range = VR->getDecl()->getSourceRange();
232 os << *VR->getDecl()
UndefinedAssignmentChecker.cpp 45 dyn_cast<FunctionDecl>(C.getStackFrame()->getDecl()))
IdempotentOperationChecker.cpp 478 const VarDecl *VD = dyn_cast<VarDecl>(LHS_DR->getDecl());
486 if (VD != RHS_DR->getDecl())
503 const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl());
522 const VarDecl *VD = dyn_cast<VarDecl>(LHS_DR->getDecl());
530 if (VD != RHS_DR->getDecl())
698 if (isa<EnumConstantDecl>(DR->getDecl()))
701 const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl());
721 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl()))
NonNullParamChecker.cpp 47 const Decl *FD = Call.getDecl();
91 if (!UT || !UT->getDecl()->hasAttr<TransparentUnionAttr>())
VirtualCallChecker.cpp 190 BR.EmitBasicReport(AC->getDecl(),
200 BR.EmitBasicReport(AC->getDecl(),
UndefResultChecker.cpp 48 dyn_cast<FunctionDecl>(C.getStackFrame()->getDecl()))
DereferenceChecker.cpp 64 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) {
82 << " ivar '" << IV->getDecl()->getName() << "')";
152 os << "Access to instance variable '" << *IV->getDecl()