HomeSort by relevance Sort by last modified time
    Searched refs:isSingleDecl (Results 1 - 8 of 8) sorted by null

  /external/clang/include/clang/AST/
DeclGroup.h 80 bool isSingleDecl() const { return getKind() == SingleDeclKind; }
84 assert(isSingleDecl() && "Isn't a declgroup");
100 if (isSingleDecl())
106 if (isSingleDecl())
113 if (isSingleDecl())
119 if (isSingleDecl())
Stmt.h 462 /// isSingleDecl - This method returns true if this DeclStmt refers
464 bool isSingleDecl() const {
465 return DG.isSingleDecl();
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
VLASizeChecker.cpp 79 if (!DS->isSingleDecl())
  /external/clang/lib/ARCMigrate/
TransRetainReleaseDealloc.cpp 212 if (!DeclS->isSingleDecl())
TransAutoreleasePool.cpp 170 if (DclS->isSingleDecl()) {
  /external/clang/lib/Sema/
SemaStmt.cpp 68 if (DG.isNull() || !DG.isSingleDecl()) return;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 419 if (DS->isSingleDecl()) {
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 147 milliseconds