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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclGroup.h84 bool isSingleDecl() const { return getKind() == SingleDeclKind; }
88 assert(isSingleDecl() && "Isn't a declgroup");
104 if (isSingleDecl())
110 if (isSingleDecl())
117 if (isSingleDecl())
123 if (isSingleDecl())
H A DStmt.h455 /// isSingleDecl - This method returns true if this DeclStmt refers
457 bool isSingleDecl() const { function in class:clang::DeclStmt
458 return DG.isSingleDecl();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp79 if (!DS->isSingleDecl())
H A DDereferenceChecker.cpp117 assert(DS->isSingleDecl() && "We process decls one by one");
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp236 if (DS->isSingleDecl() && DS->getSingleDecl() == RefD) {
374 if (!DeclS->isSingleDecl())
H A DTransAutoreleasePool.cpp171 if (DclS->isSingleDecl()) {
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCFG.h786 assert(Synthetic->isSingleDecl() && "Can handle single declarations only");
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1970 if (Node.isSingleDecl()) {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp809 if (DS->isSingleDecl()) {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp81 if (DG.isNull() || !DG.isSingleDecl())
1667 if (!DS->isSingleDecl())
1846 if (!DS->isSingleDecl()) {
H A DTreeTransform.h1441 if (RangeStmt->isSingleDecl()) {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Analysis/
H A DConsumed.cpp887 if (DeclS->isSingleDecl())
H A DCFG.cpp1648 if (DS->isSingleDecl())
1679 assert(DS->isSingleDecl() && "Can handle single declarations only.");

Completed in 175 milliseconds