HomeSort by: relevance | last modified time | path
    Searched refs:getSingleDecl (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclGroup.h 83 Decl *getSingleDecl() {
87 const Decl *getSingleDecl() const {
88 return const_cast<DeclGroupRef*>(this)->getSingleDecl();
StmtCXX.h 386 return cast<VarDecl>(cast<DeclStmt>(getPromiseDeclStmt())->getSingleDecl());
Stmt.h 1306 const Decl *getSingleDecl() const { return DG.getSingleDecl(); }
1307 Decl *getSingleDecl() { return DG.getSingleDecl(); }
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
UndefinedAssignmentChecker.cpp 88 const VarDecl *VD = cast<VarDecl>(DS->getSingleDecl());
VLASizeChecker.cpp 260 const VarDecl *VD = dyn_cast<VarDecl>(DS->getSingleDecl());
264 else if (const auto *TND = dyn_cast<TypedefNameDecl>(DS->getSingleDecl()))
NullabilityChecker.cpp 1038 auto *VD = dyn_cast<VarDecl>(DS->getSingleDecl());
1074 auto *VD = dyn_cast<VarDecl>(DS->getSingleDecl());
BasicObjCFoundationChecks.cpp 896 const VarDecl *ElemDecl = cast<VarDecl>(DS->getSingleDecl());
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtCXX.cpp 67 VarDecl *RangeDecl = dyn_cast_or_null<VarDecl>(RangeStmt->getSingleDecl());
77 Decl *LV = cast<DeclStmt>(getLoopVarStmt())->getSingleDecl();
Stmt.cpp 971 return cast<VarDecl>(DS->getSingleDecl());
1024 return cast<VarDecl>(DS->getSingleDecl());
1089 return cast<VarDecl>(DS->getSingleDecl());
1150 return cast<VarDecl>(DS->getSingleDecl());
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CheckerHelpers.cpp 95 VD = cast<VarDecl>(PD->getSingleDecl());
ExprEngineObjC.cpp 118 const VarDecl *elemD = cast<VarDecl>(DS->getSingleDecl());
BugReporterVisitors.cpp 881 if (const auto *VD = dyn_cast<VarDecl>(DS->getSingleDecl()))
1246 if (DS->getSingleDecl() != VR->getDecl())
1294 const auto *VD = cast<VarDecl>(DS->getSingleDecl());
ExprEngineCXX.cpp 126 const auto *Var = cast<VarDecl>(DS->getSingleDecl());
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransRetainReleaseDealloc.cpp 230 if (DS->isSingleDecl() && DS->getSingleDecl() == RefD) {
370 VarDecl *VD = dyn_cast_or_null<VarDecl>(DeclS->getSingleDecl());
TransAutoreleasePool.cpp 171 if (VarDecl *VD = dyn_cast<VarDecl>(DclS->getSingleDecl())) {
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ConstructionContext.cpp 111 assert(!cast<VarDecl>(DS->getSingleDecl())->getType().getCanonicalType()
LiveVariables.cpp 249 if (const VarDecl *VD = dyn_cast<VarDecl>(DS->getSingleDecl())) {
401 VD = cast<VarDecl>(DS->getSingleDecl());
UninitializedValues.cpp 692 const auto *VD = cast<VarDecl>(DS->getSingleDecl());
CFG.cpp 2841 if (const auto *TND = dyn_cast<TypedefNameDecl>(DS->getSingleDecl())) {
2859 VarDecl *VD = dyn_cast<VarDecl>(DS->getSingleDecl());
5144 DeclMap[cast<DeclStmt>(stmt)->getSingleDecl()] = P;
5249 VarDecl *VD = cast<VarDecl>(DS->getSingleDecl());
Consumed.cpp 844 if (const auto *Var = dyn_cast_or_null<VarDecl>(DeclS->getSingleDecl()))
PathDiagnostic.cpp 788 DS->getSingleDecl()->getLocation());
  /src/external/mit/isl/dist/interface/
extract_interface.cc 162 decl = D.getSingleDecl();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCoroutine.cpp 355 VarDecl const*VD = static_cast<VarDecl const*>(PM->getSingleDecl());
494 auto *GroVarDecl = cast<VarDecl>(GroDeclStmt->getSingleDecl());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp 91 Decl *decl = DG.getSingleDecl();
2259 VarDecl *D = dyn_cast<VarDecl>(DS->getSingleDecl());
2461 Decl *LoopVar = DS->getSingleDecl();
2711 VarDecl *RangeVar = cast<VarDecl>(RangeDS->getSingleDecl());
2715 VarDecl *LoopVar = cast<VarDecl>(LoopVarDS->getSingleDecl());
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseTemplate.cpp 215 return usingDeclPtr.get().getSingleDecl();

Completed in 56 milliseconds

1 2