Home
last modified time | relevance | path

Searched refs:isSingleDecl (Results 1 – 16 of 16) sorted by relevance

/external/clang/include/clang/AST/
DDeclGroup.h83 bool isSingleDecl() const { return getKind() == SingleDeclKind; } in isSingleDecl() function
87 assert(isSingleDecl() && "Isn't a declgroup"); in getSingleDecl()
103 if (isSingleDecl()) in begin()
109 if (isSingleDecl()) in end()
116 if (isSingleDecl()) in begin()
122 if (isSingleDecl()) in end()
DStmt.h457 bool isSingleDecl() const { in isSingleDecl() function
458 return DG.isSingleDecl(); in isSingleDecl()
/external/clang/lib/StaticAnalyzer/Core/
DCheckerHelpers.cpp90 assert(PD->isSingleDecl() && "We process decls one by one"); in parseAssignment()
DExprEngineC.cpp506 assert(DS->isSingleDecl()); in VisitDeclStmt()
DPathDiagnostic.cpp817 if (DS->isSingleDecl()) { in genRange()
/external/clang/lib/ARCMigrate/
DTransRetainReleaseDealloc.cpp226 if (DS->isSingleDecl() && DS->getSingleDecl() == RefD) { in isPlusOneAssignToVar()
364 if (!DeclS->isSingleDecl()) in checkForGCDOrXPC()
DTransAutoreleasePool.cpp171 if (DclS->isSingleDecl()) { in VisitCompoundStmt()
/external/clang/lib/StaticAnalyzer/Checkers/
DVLASizeChecker.cpp82 if (!DS->isSingleDecl()) in checkPreStmt()
DNullabilityChecker.cpp1023 if (DS->isSingleDecl()) { in matchValueExprForBind()
1057 if (!DS || !DS->isSingleDecl()) in isARCNilInitializedLocal()
/external/clang/include/clang/Analysis/
DCFG.h888 assert(Synthetic->isSingleDecl() && "Can handle single declarations only"); in addSyntheticDeclStmt()
/external/clang/lib/Sema/
DSemaStmt.cpp87 if (DG.isNull() || !DG.isSingleDecl()) in ActOnForEachDeclStmt()
1781 if (!DS->isSingleDecl()) in ActOnObjCForCollectionStmt()
1975 if (!DS->isSingleDecl()) { in ActOnCXXForRangeStmt()
DSemaOpenMP.cpp3641 if (!DG.get().isSingleDecl()) { in ActOnOpenMPDeclareSimdDirective()
4146 if (DS->isSingleDecl()) { in CheckInit()
DTreeTransform.h1904 if (RangeStmt->isSingleDecl()) { in RebuildCXXForRangeStmt()
/external/clang/lib/Analysis/
DConsumed.cpp857 if (DeclS->isSingleDecl()) in VisitDeclStmt()
DCFG.cpp2043 if (DS->isSingleDecl()) in VisitDeclStmt()
2074 assert(DS->isSingleDecl() && "Can handle single declarations only."); in VisitDeclSubExpr()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2791 if (Node.isSingleDecl()) { in AST_MATCHER_P()