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

  /external/clang/include/clang/AST/
DeclGroup.h 84 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())
Stmt.h 453 /// isSingleDecl - This method returns true if this DeclStmt refers
455 bool isSingleDecl() const {
456 return DG.isSingleDecl();
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
VLASizeChecker.cpp 79 if (!DS->isSingleDecl())
DereferenceChecker.cpp 117 assert(DS->isSingleDecl() && "We process decls one by one");
  /external/clang/lib/ARCMigrate/
TransRetainReleaseDealloc.cpp 236 if (DS->isSingleDecl() && DS->getSingleDecl() == RefD) {
374 if (!DeclS->isSingleDecl())
TransAutoreleasePool.cpp 171 if (DclS->isSingleDecl()) {
  /external/clang/include/clang/Analysis/
CFG.h 754 assert(Synthetic->isSingleDecl() && "Can handle single declarations only");
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 806 if (DS->isSingleDecl()) {
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 81 if (DG.isNull() || !DG.isSingleDecl())
    [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 343 milliseconds