/external/clang/include/clang/AST/ |
D | DeclAccessPair.h | 41 NamedDecl *getDecl() const { in getDecl() function
|
D | GlobalDecl.h | 59 const Decl *getDecl() const { return Value.getPointer(); } in getDecl() function
|
D | UnresolvedSet.h | 50 NamedDecl *getDecl() const { return ir->getDecl(); } in getDecl() function
|
D | TypeLoc.h | 549 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
|
D | TemplateName.h | 413 TemplateDecl *getDecl() const { return Template; } in getDecl() function
|
D | ExprObjC.h | 197 ObjCIvarDecl *getDecl() { return D; } in getDecl() function 198 const ObjCIvarDecl *getDecl() const { return D; } in getDecl() function
|
D | Expr.h | 833 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
|
D | Stmt.h | 674 LabelDecl *getDecl() const { return TheDecl; } in getDecl() function
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | MemRegion.h | 414 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/ |
D | Entity.cpp | 167 Decl *EntityImpl::getDecl(ASTContext &AST) { in getDecl() function in EntityImpl 228 Decl *Entity::getDecl(ASTContext &AST) const { in getDecl() function in Entity
|
D | CallGraph.cpp | 106 Decl *CallGraph::getDecl(CallGraphNode *Node) { in getDecl() function in CallGraph
|
/external/clang/include/clang/Index/ |
D | CallGraph.h | 52 Decl *getDecl(ASTContext &Ctx) const { return F.getDecl(Ctx); } in getDecl() function
|
/external/clang/lib/Analysis/ |
D | PseudoConstantAnalysis.cpp | 68 const Decl *PseudoConstantAnalysis::getDecl(const Expr *E) { in getDecl() function in PseudoConstantAnalysis
|
D | UninitializedValues.cpp | 336 const VarDecl *getDecl() const { return vd; } in getDecl() function in __anonbbbc703b0411::FindVarResult
|
/external/clang/include/clang/Analysis/ |
D | AnalysisContext.h | 80 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/ |
D | ASTWriter.h | 99 Decl *getDecl() const { in getDecl() function
|
/external/clang/lib/AST/ |
D | Type.cpp | 1737 TagDecl *TagType::getDecl() const { in getDecl() function in TagType 1745 CXXRecordDecl *InjectedClassNameType::getDecl() const { in getDecl() function in InjectedClassNameType
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 2077 DeclaratorDecl *InitializedEntity::getDecl() const { in getDecl() function in InitializedEntity
|