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

1 2

  /external/clang/include/clang/AST/
DeclGroup.h 87 Decl *getSingleDecl() {
91 const Decl *getSingleDecl() const {
92 return const_cast<DeclGroupRef*>(this)->getSingleDecl();
StmtCXX.h 332 return cast<VarDecl>(cast<DeclStmt>(getPromiseDeclStmt())->getSingleDecl());
Stmt.h 449 const Decl *getSingleDecl() const { return DG.getSingleDecl(); }
450 Decl *getSingleDecl() { return DG.getSingleDecl(); }
    [all...]
  /external/clang/lib/AST/
StmtCXX.cpp 69 VarDecl *RangeDecl = dyn_cast_or_null<VarDecl>(RangeStmt->getSingleDecl());
79 Decl *LV = cast<DeclStmt>(getLoopVarStmt())->getSingleDecl();
Stmt.cpp 774 return cast<VarDecl>(DS->getSingleDecl());
805 return cast<VarDecl>(DS->getSingleDecl());
831 return cast<VarDecl>(DS->getSingleDecl());
865 return cast<VarDecl>(DS->getSingleDecl());
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
UndefinedAssignmentChecker.cpp 79 const VarDecl *VD = dyn_cast<VarDecl>(DS->getSingleDecl());
VLASizeChecker.cpp 86 const VarDecl *VD = dyn_cast<VarDecl>(DS->getSingleDecl());
NullabilityChecker.cpp     [all...]
BasicObjCFoundationChecks.cpp 926 const VarDecl *ElemDecl = cast<VarDecl>(DS->getSingleDecl());
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CheckerHelpers.cpp 91 VD = dyn_cast_or_null<VarDecl>(PD->getSingleDecl());
ExprEngineObjC.cpp 79 const VarDecl *elemD = cast<VarDecl>(DS->getSingleDecl());
ExprEngineCXX.cpp 118 if (const auto *Var = dyn_cast<VarDecl>(DS->getSingleDecl())) {
BugReporterVisitors.cpp 428 if (DS->getSingleDecl() != VR->getDecl())
601 const VarDecl *VD = cast<VarDecl>(DS->getSingleDecl());
    [all...]
PathDiagnostic.cpp 825 DS->getSingleDecl()->getLocation());
    [all...]
ExprEngine.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransRetainReleaseDealloc.cpp 226 if (DS->isSingleDecl() && DS->getSingleDecl() == RefD) {
366 VarDecl *VD = dyn_cast_or_null<VarDecl>(DeclS->getSingleDecl());
TransAutoreleasePool.cpp 172 if (VarDecl *VD = dyn_cast<VarDecl>(DclS->getSingleDecl())) {
  /external/clang/lib/Analysis/
LiveVariables.cpp 291 if (const VarDecl *VD = dyn_cast<VarDecl>(DS->getSingleDecl())) {
387 VD = cast<VarDecl>(DS->getSingleDecl());
UninitializedValues.cpp 686 const VarDecl *VD = cast<VarDecl>(DS->getSingleDecl());
Consumed.cpp 852 if (const VarDecl *Var = dyn_cast_or_null<VarDecl>(DeclS->getSingleDecl()))
    [all...]
CFG.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 89 Decl *decl = DG.getSingleDecl();
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]

Completed in 191 milliseconds

1 2