HomeSort by relevance Sort by last modified time
    Searched refs:isSingleDecl (Results 1 - 14 of 14) 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 455 /// isSingleDecl - This method returns true if this DeclStmt refers
457 bool isSingleDecl() const {
458 return DG.isSingleDecl();
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
VLASizeChecker.cpp 80 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 890 assert(Synthetic->isSingleDecl() && "Can handle single declarations only");
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Analysis/
Consumed.cpp 851 if (DeclS->isSingleDecl())
    [all...]
CFG.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 821 if (DS->isSingleDecl()) {
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 81 if (DG.isNull() || !DG.isSingleDecl())
    [all...]
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]

Completed in 599 milliseconds