Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclGroup.h81 bool isSingleDecl() const { return getKind() == SingleDeclKind; } in isSingleDecl() function
85 assert(isSingleDecl() && "Isn't a single decl"); in getSingleDecl()
101 if (isSingleDecl()) in begin()
107 if (isSingleDecl()) in end()
114 if (isSingleDecl()) in begin()
120 if (isSingleDecl()) in end()
H A DStmt.h1156 bool isSingleDecl() const { return DG.isSingleDecl(); } in isSingleDecl() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp94 assert(PD->isSingleDecl() && "We process decls one by one"); in parseAssignment()
H A DExprEngineC.cpp593 assert(DS->isSingleDecl()); in VisitDeclStmt()
H A DPathDiagnostic.cpp913 if (DS->isSingleDecl()) { in genRange()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp231 if (DS->isSingleDecl() && DS->getSingleDecl() == RefD) { in isPlusOneAssignToVar()
369 if (!DeclS->isSingleDecl()) in checkForGCDOrXPC()
H A DTransAutoreleasePool.cpp171 if (DclS->isSingleDecl()) { in VisitCompoundStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp82 if (!DS->isSingleDecl()) in checkPreStmt()
H A DNullabilityChecker.cpp999 if (DS->isSingleDecl()) { in matchValueExprForBind()
1033 if (!DS || !DS->isSingleDecl()) in isARCNilInitializedLocal()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCoroutine.cpp356 assert(PM->isSingleDecl()); in addCopy()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp2637 if (DS->isSingleDecl()) in VisitDeclStmt()
2664 assert(DS->isSingleDecl() && "Can handle single declarations only."); in VisitDeclSubExpr()
3237 assert(DS->isSingleDecl()); in VisitForStmt()
3567 assert(DS->isSingleDecl()); in VisitWhileStmt()
H A DConsumed.cpp844 if (DeclS->isSingleDecl()) in VisitDeclStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseTemplate.cpp189 if (!usingDeclPtr || !usingDeclPtr.get().isSingleDecl()) in ParseSingleDeclarationAfterTemplate()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCFG.h1121 assert(Synthetic->isSingleDecl() && "Can handle single declarations only"); in addSyntheticDeclStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp88 if (DG.isNull() || !DG.isSingleDecl()) in ActOnForEachDeclStmt()
1898 if (!DS->isSingleDecl()) in ActOnObjCForCollectionStmt()
2096 if (!DS->isSingleDecl()) { in ActOnCXXForRangeStmt()
H A DSemaOpenMP.cpp3693 if (!DG.get().isSingleDecl()) { in ActOnOpenMPDeclareSimdDirective()
4201 if (DS->isSingleDecl()) { in checkAndSetInit()
H A DTreeTransform.h2032 if (RangeStmt->isSingleDecl()) { in RebuildCXXForRangeStmt()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3350 if (Node.isSingleDecl()) { in AST_MATCHER_P()