Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h1304 bool isSingleDecl() const { return DG.isSingleDecl(); } in isSingleDecl() function
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp94 assert(PD->isSingleDecl() && "We process decls one by one"); in parseAssignment()
H A DExprEngineC.cpp621 assert(DS->isSingleDecl()); in VisitDeclStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp252 if (!DS->isSingleDecl()) in checkPreStmt()
H A DNullabilityChecker.cpp1037 if (DS->isSingleDecl()) { in matchValueExprForBind()
1071 if (!DS || !DS->isSingleDecl()) in isARCNilInitializedLocal()
/netbsd-src/external/mit/isl/dist/interface/
H A Dextract_interface.cc160 if (!D.isSingleDecl()) in HandleTopLevelDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCoroutine.cpp354 assert(PM->isSingleDecl()); in addCopy()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp2812 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()
H A DPathDiagnostic.cpp785 if (DS->isSingleDecl()) { in genRange()
H A DConsumed.cpp843 if (DeclS->isSingleDecl()) in VisitDeclStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp88 if (DG.isNull() || !DG.isSingleDecl()) in ActOnForEachDeclStmt()
2255 if (!DS->isSingleDecl()) in ActOnObjCForCollectionStmt()
2454 if (!DS->isSingleDecl()) { in ActOnCXXForRangeStmt()
H A DSemaOpenMP.cpp6335 if (!DG.get().isSingleDecl()) { in ActOnOpenMPDeclareSimdDirective()
6841 if (!DG.get().isSingleDecl()) { in checkOpenMPDeclareVariantFunction()
7577 if (DS->isSingleDecl()) { in checkAndSetInit()
H A DTreeTransform.h2340 if (RangeStmt->isSingleDecl()) { in RebuildCXXForRangeStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h1359 assert(Synthetic->isSingleDecl() && "Can handle single declarations only"); in addSyntheticDeclStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTemplate.cpp213 if (!usingDeclPtr || !usingDeclPtr.get().isSingleDecl()) in ParseSingleDeclarationAfterTemplate()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp274 assert(DS->isSingleDecl() && "Only single expression must be captured."); in getAddrOfExprAsWritten()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4169 if (Node.isSingleDecl()) { in AST_MATCHER_P()