Home
last modified time | relevance | path

Searched defs:getDecl (Results 1 – 18 of 18) sorted by relevance

/external/clang/include/clang/AST/
DDeclAccessPair.h41 NamedDecl *getDecl() const { in getDecl() function
DGlobalDecl.h59 const Decl *getDecl() const { return Value.getPointer(); } in getDecl() function
DUnresolvedSet.h50 NamedDecl *getDecl() const { return ir->getDecl(); } in getDecl() function
DTypeLoc.h549 UnresolvedUsingTypenameDecl *getDecl() const { in getDecl() function
563 TagDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function
571 RecordDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function
579 EnumDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function
588 TemplateTypeParmDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function
DTemplateName.h413 TemplateDecl *getDecl() const { return Template; } in getDecl() function
DExprObjC.h197 ObjCIvarDecl *getDecl() { return D; } in getDecl() function
198 const ObjCIvarDecl *getDecl() const { return D; } in getDecl() function
DExpr.h833 ValueDecl *getDecl() { return D; } in getDecl() function
834 const ValueDecl *getDecl() const { return D; } in getDecl() function
4126 VarDecl *getDecl() { return D; } in getDecl() function
4127 const VarDecl *getDecl() const { return D; } in getDecl() function
DStmt.h674 LabelDecl *getDecl() const { return TheDecl; } in getDecl() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h414 const FunctionDecl *getDecl() const { in getDecl() function
453 const BlockDecl *getDecl() const { in getDecl() function
491 const BlockDecl *getDecl() const { return BC->getDecl(); } in getDecl() function
648 const Decl* getDecl() const { return D; } in getDecl() function
674 const VarDecl *getDecl() const { return cast<VarDecl>(D); } in getDecl() function
730 const FieldDecl* getDecl() const { return cast<FieldDecl>(D); } in getDecl() function
762 const ObjCIvarDecl* getDecl() const { return cast<ObjCIvarDecl>(D); } in getDecl() function
876 const CXXRecordDecl *getDecl() const { return decl; } in getDecl() function
/external/clang/lib/Index/
DEntity.cpp167 Decl *EntityImpl::getDecl(ASTContext &AST) { in getDecl() function in EntityImpl
228 Decl *Entity::getDecl(ASTContext &AST) const { in getDecl() function in Entity
DCallGraph.cpp106 Decl *CallGraph::getDecl(CallGraphNode *Node) { in getDecl() function in CallGraph
/external/clang/include/clang/Index/
DCallGraph.h52 Decl *getDecl(ASTContext &Ctx) const { return F.getDecl(Ctx); } in getDecl() function
/external/clang/lib/Analysis/
DPseudoConstantAnalysis.cpp68 const Decl *PseudoConstantAnalysis::getDecl(const Expr *E) { in getDecl() function in PseudoConstantAnalysis
DUninitializedValues.cpp336 const VarDecl *getDecl() const { return vd; } in getDecl() function in __anonbbbc703b0411::FindVarResult
/external/clang/include/clang/Analysis/
DAnalysisContext.h80 const Decl *getDecl() const { return D; } in getDecl() function
195 const Decl *getDecl() const { return getAnalysisContext()->getDecl(); } in getDecl() function
/external/clang/include/clang/Serialization/
DASTWriter.h99 Decl *getDecl() const { in getDecl() function
/external/clang/lib/AST/
DType.cpp1737 TagDecl *TagType::getDecl() const { in getDecl() function in TagType
1745 CXXRecordDecl *InjectedClassNameType::getDecl() const { in getDecl() function in InjectedClassNameType
/external/clang/lib/Sema/
DSemaInit.cpp2077 DeclaratorDecl *InitializedEntity::getDecl() const { in getDecl() function in InitializedEntity