Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclGroup.h80 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()
HDStmt.h1510 bool isSingleDecl() const { return DG.isSingleDecl(); } in isSingleDecl() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDTransRetainReleaseDealloc.cpp230 if (DS->isSingleDecl() && DS->getSingleDecl() == RefD) { in isPlusOneAssignToVar()
368 if (!DeclS->isSingleDecl()) in checkForGCDOrXPC()
HDTransAutoreleasePool.cpp170 if (DclS->isSingleDecl()) { in VisitCompoundStmt()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDCheckerHelpers.cpp96 assert(PD->isSingleDecl() && "We process decls one by one"); in parseAssignment()
HDExprEngineC.cpp607 assert(DS->isSingleDecl()); in VisitDeclStmt()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDVLASizeChecker.cpp265 if (!DS->isSingleDecl()) in checkPreStmt()
HDNullabilityChecker.cpp1195 if (DS->isSingleDecl()) { in matchValueExprForBind()
1229 if (!DS || !DS->isSingleDecl()) in isARCNilInitializedLocal()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCoroutine.cpp528 assert(PM->isSingleDecl()); in addCopy()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDCFG.cpp2913 if (DS->isSingleDecl()) in VisitDeclStmt()
2940 assert(DS->isSingleDecl() && "Can handle single declarations only."); in VisitDeclSubExpr()
3629 assert(DS->isSingleDecl()); in VisitForStmt()
3954 assert(DS->isSingleDecl()); in VisitWhileStmt()
HDPathDiagnostic.cpp787 if (DS->isSingleDecl()) { in genRange()
HDConsumed.cpp843 if (DeclS->isSingleDecl()) in VisitDeclStmt()
HDUnsafeBufferUsage.cpp2642 if (!DS->isSingleDecl()) { in fixVariableWithSpan()
2736 if (!DS->isSingleDecl()) { in fixVariableWithArray()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDCFG.h1355 assert(Synthetic->isSingleDecl() && "Can handle single declarations only"); in addSyntheticDeclStmt()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaStmt.cpp94 if (DG.isNull() || !DG.isSingleDecl()) in ActOnForEachDeclStmt()
2354 if (!DS->isSingleDecl()) { in ActOnCXXForRangeStmt()
HDSemaObjC.cpp47 if (!DS->isSingleDecl()) in ActOnObjCForCollectionStmt()
HDSemaOpenMP.cpp6783 if (!DG.get().isSingleDecl()) { in ActOnOpenMPDeclareSimdDirective()
7310 if (!DG.get().isSingleDecl()) { in checkOpenMPDeclareVariantFunction()
8163 if (DS->isSingleDecl()) { in checkAndSetInit()
HDTreeTransform.h2582 if (RangeStmt->isSingleDecl()) { in RebuildCXXForRangeStmt()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDOpenMPClause.cpp294 assert(DS->isSingleDecl() && "Only single expression must be captured."); in getAddrOfExprAsWritten()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h4322 if (Node.isSingleDecl()) { in AST_MATCHER_P()