Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDDeclGroup.h84 bool isSingleDecl() const { return getKind() == SingleDeclKind; } in isSingleDecl() function
88 assert(isSingleDecl() && "Isn't a declgroup"); in getSingleDecl()
104 if (isSingleDecl()) in begin()
110 if (isSingleDecl()) in end()
117 if (isSingleDecl()) in begin()
123 if (isSingleDecl()) in end()
HDStmt.h457 bool isSingleDecl() const { in isSingleDecl() function
458 return DG.isSingleDecl(); in isSingleDecl()
/trueos/contrib/llvm/tools/clang/lib/ARCMigrate/
HDTransRetainReleaseDealloc.cpp236 if (DS->isSingleDecl() && DS->getSingleDecl() == RefD) { in isPlusOneAssignToVar()
374 if (!DeclS->isSingleDecl()) in checkForGCDOrXPC()
HDTransAutoreleasePool.cpp171 if (DclS->isSingleDecl()) { in VisitCompoundStmt()
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDVLASizeChecker.cpp79 if (!DS->isSingleDecl()) in checkPreStmt()
HDDereferenceChecker.cpp117 assert(DS->isSingleDecl() && "We process decls one by one"); in reportBug()
/trueos/contrib/llvm/tools/clang/include/clang/Analysis/
HDCFG.h786 assert(Synthetic->isSingleDecl() && "Can handle single declarations only"); in addSyntheticDeclStmt()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaStmt.cpp81 if (DG.isNull() || !DG.isSingleDecl()) in ActOnForEachDeclStmt()
1667 if (!DS->isSingleDecl()) in ActOnObjCForCollectionStmt()
1846 if (!DS->isSingleDecl()) { in ActOnCXXForRangeStmt()
HDTreeTransform.h1441 if (RangeStmt->isSingleDecl()) { in RebuildCXXForRangeStmt()
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDPathDiagnostic.cpp809 if (DS->isSingleDecl()) { in genRange()
/trueos/contrib/llvm/tools/clang/include/clang/ASTMatchers/
HDASTMatchers.h1970 if (Node.isSingleDecl()) { in AST_MATCHER_P()
/trueos/contrib/llvm/tools/clang/lib/Analysis/
HDConsumed.cpp887 if (DeclS->isSingleDecl()) in VisitDeclStmt()
HDCFG.cpp1648 if (DS->isSingleDecl()) in VisitDeclStmt()
1679 assert(DS->isSingleDecl() && "Can handle single declarations only."); in VisitDeclSubExpr()