HomeSort by relevance Sort by last modified time
    Searched refs:getAttr (Results 1 - 25 of 42) sorted by null

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCUnusedIVarsChecker.cpp 120 ID->getAttr<UnusedAttr>() || ID->getAttr<IBOutletAttr>() ||
121 ID->getAttr<IBOutletCollectionAttr>() ||
NoReturnFunctionChecker.cpp 50 if (FD->getAttr<AnalyzerNoReturnAttr>())
UndefCapturedBlockVarChecker.cpp 71 if (VD->getAttr<BlocksAttr>() || !VD->hasLocalStorage())
DeadStoresChecker.cpp 150 !(VD->getAttr<UnusedAttr>() || VD->getAttr<BlocksAttr>())) {
269 if (!Live.isLive(V) && V->getAttr<UnusedAttr>() == 0) {
AttrNonNullChecker.cpp 45 const NonNullAttr* Att = FD->getAttr<NonNullAttr>();
CheckObjCDealloc.cpp 121 ID->getAttr<IBOutletAttr>() || // Skip IBOutlets.
122 ID->getAttr<IBOutletCollectionAttr>()) // Skip IBOutletCollections.
RetainCountChecker.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 115 if (FD->getAttr<CFReturnsRetainedAttr>()) {
119 if (FD->getAttr<CFReturnsNotRetainedAttr>()) {
286 if (PD->getAttr<CFConsumedAttr>()) {
TransBlockObjCVariable.cpp 97 BlocksAttr *attr = var->getAttr<BlocksAttr>();
  /packages/apps/Contacts/src/com/android/contacts/model/
BaseAccountType.java     [all...]
  /external/clang/lib/Sema/
TargetAttributesSema.cpp 195 if (D->getAttr<DLLExportAttr>()) {
SemaStmt.cpp 178 if (FD->getAttr<WarnUnusedResultAttr>()) {
182 if (FD->getAttr<PureAttr>()) {
186 if (FD->getAttr<ConstAttr>()) {
197 if (MD && MD->getAttr<WarnUnusedResultAttr>()) {
    [all...]
SemaDeclAttr.cpp 287 if (!RT->getDecl()->getAttr<LockableAttr>()) {
468 if (!RT || !RT->getDecl()->getAttr<LockableAttr>()) {
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 541 if (const SectionAttr *SA = D->getAttr<SectionAttr>())
592 if (const SectionAttr *SA = FD->getAttr<SectionAttr>())
753 const AliasAttr *AA = VD->getAttr<AliasAttr>();
    [all...]
CGDeclCXX.cpp 203 unsigned int order = D->getAttr<InitPriorityAttr>()->getPriority();
TargetInfo.cpp     [all...]
CGDecl.cpp 280 if (const SectionAttr *SA = D.getAttr<SectionAttr>())
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 447 if (D->getAttr<PtGuardedVarAttr>() && LSet.isEmpty())
465 if (D->getAttr<GuardedVarAttr>() && LSet.isEmpty())
721 if (D->getAttr<NoThreadSafetyAnalysisAttr>())
    [all...]
  /external/clang/lib/AST/
Decl.cpp 41 if (const VisibilityAttr *A = D->getAttr<VisibilityAttr>()) {
    [all...]
DeclObjC.cpp 477 if (const ObjCMethodFamilyAttr *attr = getAttr<ObjCMethodFamilyAttr>()) {
    [all...]
DumpXML.cpp 490 if (const AsmLabelAttr *ALA = D->getAttr<AsmLabelAttr>())
Expr.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 663 if (VD->getAttr<BlocksAttr>() || !VD->hasLocalStorage())
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 419 template<typename T> T *getAttr() const {
    [all...]

Completed in 369 milliseconds

1 2