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

  /external/clang/include/clang/AST/
DeclGroup.h 87 Decl *getSingleDecl() {
91 const Decl *getSingleDecl() const {
92 return const_cast<DeclGroupRef*>(this)->getSingleDecl();
Stmt.h 466 const Decl *getSingleDecl() const { return DG.getSingleDecl(); }
467 Decl *getSingleDecl() { return DG.getSingleDecl(); }
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
UndefinedAssignmentChecker.cpp 71 const VarDecl *VD = dyn_cast<VarDecl>(DS->getSingleDecl());
VLASizeChecker.cpp 82 const VarDecl *VD = dyn_cast<VarDecl>(DS->getSingleDecl());
DereferenceChecker.cpp 118 if (const VarDecl *VD = dyn_cast<VarDecl>(DS->getSingleDecl()))
BasicObjCFoundationChecks.cpp 722 const VarDecl *ElemDecl = cast<VarDecl>(DS->getSingleDecl());
  /external/clang/lib/AST/
Stmt.cpp 813 VarDecl *RangeDecl = dyn_cast_or_null<VarDecl>(RangeStmt->getSingleDecl());
823 Decl *LV = cast<DeclStmt>(getLoopVarStmt())->getSingleDecl();
847 return cast<VarDecl>(DS->getSingleDecl());
878 return cast<VarDecl>(DS->getSingleDecl());
905 return cast<VarDecl>(DS->getSingleDecl());
939 return cast<VarDecl>(DS->getSingleDecl());
    [all...]
  /external/clang/lib/ARCMigrate/
TransRetainReleaseDealloc.cpp 236 if (DS->isSingleDecl() && DS->getSingleDecl() == RefD) {
376 VarDecl *VD = dyn_cast_or_null<VarDecl>(DeclS->getSingleDecl());
TransAutoreleasePool.cpp 172 if (VarDecl *VD = dyn_cast<VarDecl>(DclS->getSingleDecl())) {
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineObjC.cpp 79 const VarDecl *elemD = cast<VarDecl>(DS->getSingleDecl());
ExprEngineCXX.cpp 119 if (const VarDecl *Var = dyn_cast<VarDecl>(DS->getSingleDecl())) {
BugReporterVisitors.cpp 424 if (DS->getSingleDecl() == VR->getDecl()) {
557 const VarDecl *VD = cast<VarDecl>(DS->getSingleDecl());
    [all...]
PathDiagnostic.cpp 693 DS->getSingleDecl()->getLocation());
    [all...]
  /external/clang/lib/Analysis/
LiveVariables.cpp 307 if (const VarDecl *VD = dyn_cast<VarDecl>(DS->getSingleDecl())) {
408 VD = cast<VarDecl>(DS->getSingleDecl());
UninitializedValues.cpp 611 const VarDecl *VD = cast<VarDecl>(DS->getSingleDecl());
CFG.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 77 VarDecl *var = cast<VarDecl>(DG.getSingleDecl());
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]

Completed in 239 milliseconds