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

/external/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.h443 /// isSingleDecl - This method returns true if this DeclStmt refers
445 bool isSingleDecl() const { function in class:clang::DeclStmt
446 return DG.isSingleDecl();
/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp90 assert(PD->isSingleDecl() && "We process decls one by one");
H A DExprEngineC.cpp495 assert(DS->isSingleDecl());
H A DPathDiagnostic.cpp822 if (DS->isSingleDecl()) {
/external/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp83 if (!DS->isSingleDecl())
H A DNullabilityChecker.cpp876 if (DS->isSingleDecl()) {
/external/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp226 if (DS->isSingleDecl() && DS->getSingleDecl() == RefD) {
364 if (!DeclS->isSingleDecl())
H A DTransAutoreleasePool.cpp171 if (DclS->isSingleDecl()) {
/external/clang/include/clang/Analysis/
H A DCFG.h888 assert(Synthetic->isSingleDecl() && "Can handle single declarations only");
/external/clang/lib/Analysis/
H A DConsumed.cpp851 if (DeclS->isSingleDecl())
H A DCFG.cpp2042 if (DS->isSingleDecl())
2073 assert(DS->isSingleDecl() && "Can handle single declarations only.");
/external/clang/lib/Sema/
H A DSemaStmt.cpp86 if (DG.isNull() || !DG.isSingleDecl())
1760 if (!DS->isSingleDecl())
1954 if (!DS->isSingleDecl()) {
H A DSemaOpenMP.cpp2921 if (DS->isSingleDecl()) {
H A DTreeTransform.h1831 if (RangeStmt->isSingleDecl()) {
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2495 if (Node.isSingleDecl()) {

Completed in 218 milliseconds