Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclGroup.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()
H A DStmt.h1324 bool isSingleDecl() const { return DG.isSingleDecl(); } in isSingleDecl() function
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp230 if (DS->isSingleDecl() && DS->getSingleDecl() == RefD) { in isPlusOneAssignToVar()
368 if (!DeclS->isSingleDecl()) in checkForGCDOrXPC()
H A DTransAutoreleasePool.cpp170 if (DclS->isSingleDecl()) { in VisitCompoundStmt()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp95 assert(PD->isSingleDecl() && "We process decls one by one"); in parseAssignment()
H A DExprEngineC.cpp614 assert(DS->isSingleDecl()); in VisitDeclStmt()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp253 if (!DS->isSingleDecl()) in checkPreStmt()
H A DNullabilityChecker.cpp1153 if (DS->isSingleDecl()) { in matchValueExprForBind()
1187 if (!DS || !DS->isSingleDecl()) in isARCNilInitializedLocal()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseTemplate.cpp206 if (!D || !D.get().isSingleDecl()) in ParseSingleDeclarationAfterTemplate()
217 if (!usingDeclPtr || !usingDeclPtr.get().isSingleDecl()) in ParseSingleDeclarationAfterTemplate()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCoroutine.cpp354 assert(PM->isSingleDecl()); in addCopy()
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp188 if (DS->isSingleDecl()) in getFieldsAndGlobalVars()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp2909 if (DS->isSingleDecl()) in VisitDeclStmt()
2936 assert(DS->isSingleDecl() && "Can handle single declarations only."); in VisitDeclSubExpr()
3623 assert(DS->isSingleDecl()); in VisitForStmt()
3948 assert(DS->isSingleDecl()); in VisitWhileStmt()
H A DConsumed.cpp843 if (DeclS->isSingleDecl()) in VisitDeclStmt()
H A DPathDiagnostic.cpp785 if (DS->isSingleDecl()) { in genRange()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp88 if (DG.isNull() || !DG.isSingleDecl()) in ActOnForEachDeclStmt()
2293 if (!DS->isSingleDecl()) in ActOnObjCForCollectionStmt()
2502 if (!DS->isSingleDecl()) { in ActOnCXXForRangeStmt()
H A DSemaOpenMP.cpp6850 if (!DG.get().isSingleDecl()) { in ActOnOpenMPDeclareSimdDirective()
7370 if (!DG.get().isSingleDecl()) { in checkOpenMPDeclareVariantFunction()
8206 if (DS->isSingleDecl()) { in checkAndSetInit()
H A DTreeTransform.h2498 if (RangeStmt->isSingleDecl()) { in RebuildCXXForRangeStmt()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h1364 assert(Synthetic->isSingleDecl() && "Can handle single declarations only"); in addSyntheticDeclStmt()
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4226 if (Node.isSingleDecl()) { in AST_MATCHER_P()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp291 assert(DS->isSingleDecl() && "Only single expression must be captured."); in getAddrOfExprAsWritten()