HomeSort by relevance Sort by last modified time
    Searched defs:getDecl (Results 1 - 22 of 22) sorted by null

  /external/clang/include/clang/AST/
DeclAccessPair.h 41 NamedDecl *getDecl() const {
52 set(getDecl(), AS);
59 operator NamedDecl*() const { return getDecl(); }
60 NamedDecl *operator->() const { return getDecl(); }
GlobalDecl.h 59 const Decl *getDecl() const { return Value.getPointer(); }
62 assert(isa<CXXConstructorDecl>(getDecl()) && "Decl is not a ctor!");
67 assert(isa<CXXDestructorDecl>(getDecl()) && "Decl is not a dtor!");
TemplateName.h 410 TemplateDecl *getDecl() const { return Template; }
UnresolvedSet.h 50 NamedDecl *getDecl() const { return ir->getDecl(); }
55 NamedDecl *operator*() const { return getDecl(); }
124 if (I->getDecl() == Old)
TypeLoc.h 535 return getTypePtr()->getDecl();
546 CXXRecordDecl *getDecl() const {
547 return getTypePtr()->getDecl();
557 UnresolvedUsingTypenameDecl *getDecl() const {
558 return getTypePtr()->getDecl();
571 TagDecl *getDecl() const { return getTypePtr()->getDecl(); }
575 TagDecl *D = getDecl();
586 RecordDecl *getDecl() const { return getTypePtr()->getDecl(); }
    [all...]
ExprObjC.h 480 ObjCIvarDecl *getDecl() { return D; }
481 const ObjCIvarDecl *getDecl() const { return D; }
    [all...]
Stmt.h 775 LabelDecl *getDecl() const { return TheDecl; }
    [all...]
Expr.h     [all...]
Type.h     [all...]
  /external/clang/lib/Analysis/
PseudoConstantAnalysis.cpp 69 const Decl *PseudoConstantAnalysis::getDecl(const Expr *E) {
71 return DR->getDecl();
96 const Decl *LHSDecl = getDecl(BO->getLHS()->IgnoreParenCasts());
107 const Decl *RHSDecl = getDecl(BO->getRHS()->IgnoreParenCasts());
142 const Decl *D = getDecl(UO->getSubExpr()->IgnoreParenCasts());
186 const Decl *D = getDecl(VD->getInit()->IgnoreParenCasts());
203 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) {
UninitializedValues.cpp 260 const VarDecl *getDecl() const { return vd; }
282 if (const VarDecl *VD = dyn_cast<VarDecl>(DRE->getDecl()))
311 ClassifyRefs(AnalysisDeclContext &AC) : DC(cast<DeclContext>(AC.getDecl())) {}
327 const VarDecl *VD = dyn_cast<VarDecl>(DRE->getDecl());
340 if (DRE && DRE->getDecl() == VD)
435 return ::isTrackedVar(vd, cast<DeclContext>(ac.getDecl()));
439 return ::findVar(ex, cast<DeclContext>(ac.getDecl()));
623 reportUse(dr, cast<VarDecl>(dr->getDecl()));
626 vals[cast<VarDecl>(dr->getDecl())] = Initialized;
630 handler->handleSelfInit(cast<VarDecl>(dr->getDecl()));
    [all...]
  /external/clang/include/clang/Analysis/
CallGraph.h 171 Decl *getDecl() const { return FD; }
AnalysisContext.h 108 const Decl *getDecl() const { return D; }
218 const Decl *getDecl() const { return getAnalysisDeclContext()->getDecl(); }
ProgramPoint.h 426 const Decl *getDecl() const { return static_cast<const Decl *>(getData2()); }
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 93 const Decl *getDecl() { return D; }
179 virtual const Decl *getDecl() const {
212 const Decl *D = getDecl();
361 virtual const FunctionDecl *getDecl() const {
362 return cast<FunctionDecl>(CallEvent::getDecl());
366 const FunctionDecl *FD = getDecl();
400 virtual const FunctionDecl *getDecl() const;
460 /// This is not an override of getDecl() because AnyFunctionCall has already
466 return BR->getDecl();
509 virtual const FunctionDecl *getDecl() const
    [all...]
MemRegion.h 542 const FunctionDecl *getDecl() const {
581 const BlockDecl *getDecl() const {
621 const BlockDecl *getDecl() const { return BC->getDecl(); }
825 const Decl *getDecl() const { return D; }
849 const VarDecl *getDecl() const { return cast<VarDecl>(D); }
855 return getDecl()->getType();
905 const FieldDecl *getDecl() const { return cast<FieldDecl>(D); }
909 return getDecl()->getType();
939 const ObjCIvarDecl *getDecl() const
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 68 const RecordDecl *RD = RT->getDecl();
85 if (!getDecl())
203 const Decl *D = getDecl();
238 if (const Decl *D = getDecl()) {
280 const FunctionDecl *D = getDecl();
288 const FunctionDecl *D = getDecl();
298 const FunctionDecl *D = cast<FunctionDecl>(CalleeCtx->getDecl());
308 const FunctionDecl *D = getDecl();
361 const FunctionDecl *SimpleCall::getDecl() const {
370 const FunctionDecl *CXXInstanceCall::getDecl() const
    [all...]
MemRegion.cpp 227 const ObjCIvarDecl *ObjCIvarRegion::getDecl() const {
232 return getDecl()->getType();
327 VarRegion::ProfileRegion(ID, getDecl(), superRegion);
451 os << "code{" << getDecl()->getDeclName().getAsString() << '}';
486 os << superRegion << "->" << *getDecl();
490 os << "ivar{" << superRegion << ',' << *getDecl() << '}';
562 os << getDecl()->getName();
571 os << "." << getDecl()->getName();
679 if (cast<DeclContext>(SFC->getDecl()) == DC)
691 if (VR->getDecl() == VD
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 134 Decl *getDecl() const {
  /external/clang/lib/AST/
Type.cpp 51 ND = ty->getAs<RecordType>()->getDecl();
53 ND = ty->getAs<EnumType>()->getDecl();
55 ND = ty->getAs<TypedefType>()->getDecl();
352 return RT->getDecl()->isClass();
357 return RT->getDecl()->isStruct();
362 return RT->getDecl()->isInterface();
367 return RT->getDecl()->isStruct() || RT->getDecl()->isClass() ||
368 RT->getDecl()->isInterface();
379 return RT->getDecl()->isUnion()
    [all...]
ExprConstant.cpp 772 const ValueDecl *getDecl() const {
786 V = APValue(getDecl(), isDerivedMember(), Path);
828 if (!getDecl())
842 if (!getDecl())
856 if (!LHS.getDecl() || !RHS.getDecl())
857 return !LHS.getDecl() && !RHS.getDecl();
858 if (LHS.getDecl()->getCanonicalDecl() != RHS.getDecl()->getCanonicalDecl()
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 361 if (RType->getDecl()->isUnion() &&
368 Field = RType->getDecl()->field_begin(),
369 FieldEnd = RType->getDecl()->field_end();
384 if (RType->getDecl()->isUnion())
505 RecordDecl *structDecl = DeclType->getAs<RecordType>()->getDecl();
692 RecordDecl *RD = DeclType->getAs<RecordType>()->getDecl();
    [all...]

Completed in 858 milliseconds