/external/llvm-project/clang/include/clang/AST/ |
D | DeclGroup.h | 80 bool isSingleDecl() const { return getKind() == SingleDeclKind; } in isSingleDecl() function 84 assert(isSingleDecl() && "Isn't a single decl"); in getSingleDecl() 100 if (isSingleDecl()) in begin() 106 if (isSingleDecl()) in end() 113 if (isSingleDecl()) in begin() 119 if (isSingleDecl()) in end()
|
/external/clang/include/clang/AST/ |
D | DeclGroup.h | 83 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()
|
D | Stmt.h | 457 bool isSingleDecl() const { in isSingleDecl() function 458 return DG.isSingleDecl(); in isSingleDecl()
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | IsolateDeclarationCheck.cpp | 21 AST_MATCHER(DeclStmt, isSingleDecl) { return Node.isSingleDecl(); } in AST_MATCHER() argument 28 Finder->addMatcher(declStmt(onlyDeclaresVariables(), unless(isSingleDecl()), in registerMatchers()
|
D | ElseAfterReturnCheck.cpp | 88 if (InitDeclStmt->isSingleDecl()) { in checkInitDeclUsageInElse()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CheckerHelpers.cpp | 90 assert(PD->isSingleDecl() && "We process decls one by one"); in parseAssignment()
|
D | ExprEngineC.cpp | 506 assert(DS->isSingleDecl()); in VisitDeclStmt()
|
D | PathDiagnostic.cpp | 817 if (DS->isSingleDecl()) { in genRange()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | CheckerHelpers.cpp | 94 assert(PD->isSingleDecl() && "We process decls one by one"); in parseAssignment()
|
D | ExprEngineC.cpp | 618 assert(DS->isSingleDecl()); in VisitDeclStmt()
|
/external/clang/lib/ARCMigrate/ |
D | TransRetainReleaseDealloc.cpp | 226 if (DS->isSingleDecl() && DS->getSingleDecl() == RefD) { in isPlusOneAssignToVar() 364 if (!DeclS->isSingleDecl()) in checkForGCDOrXPC()
|
D | TransAutoreleasePool.cpp | 171 if (DclS->isSingleDecl()) { in VisitCompoundStmt()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | TransRetainReleaseDealloc.cpp | 230 if (DS->isSingleDecl() && DS->getSingleDecl() == RefD) { in isPlusOneAssignToVar() 368 if (!DeclS->isSingleDecl()) in checkForGCDOrXPC()
|
D | TransAutoreleasePool.cpp | 170 if (DclS->isSingleDecl()) { in VisitCompoundStmt()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | VLASizeChecker.cpp | 82 if (!DS->isSingleDecl()) in checkPreStmt()
|
D | NullabilityChecker.cpp | 1023 if (DS->isSingleDecl()) { in matchValueExprForBind() 1057 if (!DS || !DS->isSingleDecl()) in isARCNilInitializedLocal()
|
/external/llvm-project/clang-tools-extra/clang-tidy/performance/ |
D | UnnecessaryCopyInitialization.cpp | 110 Result.Nodes.getNodeAs<DeclStmt>("declStmt")->isSingleDecl() && in check()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | VLASizeChecker.cpp | 252 if (!DS->isSingleDecl()) in checkPreStmt()
|
D | NullabilityChecker.cpp | 1037 if (DS->isSingleDecl()) { in matchValueExprForBind() 1071 if (!DS || !DS->isSingleDecl()) in isARCNilInitializedLocal()
|
/external/llvm-project/polly/lib/External/isl/interface/ |
D | extract_interface.cc | 155 if (!D.isSingleDecl()) in HandleTopLevelDecl()
|
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | LoopConvertUtils.cpp | 801 if (!AliasDecl && S->isSingleDecl() && in VisitDeclStmt()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGCoroutine.cpp | 354 assert(PM->isSingleDecl()); in addCopy()
|
/external/clang/include/clang/Analysis/ |
D | CFG.h | 888 assert(Synthetic->isSingleDecl() && "Can handle single declarations only"); in addSyntheticDeclStmt()
|
/external/llvm-project/clang/lib/Analysis/ |
D | CFG.cpp | 2812 if (DS->isSingleDecl()) in VisitDeclStmt() 2839 assert(DS->isSingleDecl() && "Can handle single declarations only."); in VisitDeclSubExpr() 3463 assert(DS->isSingleDecl()); in VisitForStmt() 3793 assert(DS->isSingleDecl()); in VisitWhileStmt()
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 87 if (DG.isNull() || !DG.isSingleDecl()) in ActOnForEachDeclStmt() 1781 if (!DS->isSingleDecl()) in ActOnObjCForCollectionStmt() 1975 if (!DS->isSingleDecl()) { in ActOnCXXForRangeStmt()
|