| /external/clang/include/clang/AST/ |
| D | DeclAccessPair.h | 42 NamedDecl *getDecl() const { in getDecl() function
|
| D | GlobalDecl.h | 60 const Decl *getDecl() const { return Value.getPointer(); } in getDecl() function
|
| D | UnresolvedSet.h | 53 NamedDecl *getDecl() const { return ir->getDecl(); } in getDecl() function
|
| D | TypeLoc.h | 603 CXXRecordDecl *getDecl() const { in getDecl() function 614 UnresolvedUsingTypenameDecl *getDecl() const { in getDecl() function 628 TagDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function 643 RecordDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function 651 EnumDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function 660 TemplateTypeParmDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function
|
| D | TemplateName.h | 414 TemplateDecl *getDecl() const { return Template; } in getDecl() function
|
| D | Comment.h | 1123 const Decl *getDecl() const LLVM_READONLY { in getDecl() function
|
| D | Expr.h | 985 ValueDecl *getDecl() { return D; } in getDecl() function 986 const ValueDecl *getDecl() const { return D; } in getDecl() function
|
| D | Stmt.h | 794 LabelDecl *getDecl() const { return TheDecl; } in getDecl() function
|
| /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | CallEvent.h | 92 const Decl *getDecl() { return D; } in getDecl() function 177 virtual const Decl *getDecl() const { in getDecl() function 393 const FunctionDecl *getDecl() const override { in getDecl() function 493 const BlockDecl *getDecl() const override { in getDecl() function 714 const CXXConstructorDecl *getDecl() const override { in getDecl() function 756 const FunctionDecl *getDecl() const override { in getDecl() function 816 const ObjCMethodDecl *getDecl() const override { in getDecl() function
|
| D | MemRegion.h | 567 const NamedDecl *getDecl() const { in getDecl() function 606 const BlockDecl *getDecl() const { in getDecl() function 648 const BlockDecl *getDecl() const { return BC->getDecl(); } in getDecl() function 853 const Decl *getDecl() const { return D; } in getDecl() function 877 const VarDecl *getDecl() const { return cast<VarDecl>(D); } in getDecl() function 934 const FieldDecl *getDecl() const { return cast<FieldDecl>(D); } in getDecl() function 1091 const CXXRecordDecl *getDecl() const { return Data.getPointer(); } in getDecl() function
|
| /external/clang/lib/Analysis/ |
| D | PseudoConstantAnalysis.cpp | 69 const Decl *PseudoConstantAnalysis::getDecl(const Expr *E) { in getDecl() function in PseudoConstantAnalysis
|
| D | UninitializedValues.cpp | 273 const VarDecl *getDecl() const { return vd; } in getDecl() function in __anon9e054ecf0411::FindVarResult
|
| /external/clang/include/clang/Analysis/ |
| D | CallGraph.h | 163 Decl *getDecl() const { return FD; } in getDecl() function
|
| D | AnalysisContext.h | 100 const Decl *getDecl() const { return D; } in getDecl() function 230 const Decl *getDecl() const { return getAnalysisDeclContext()->getDecl(); } in getDecl() function
|
| D | ProgramPoint.h | 510 const Decl *getDecl() const { return static_cast<const Decl *>(getData2()); } in getDecl() function
|
| /external/clang/include/clang/Serialization/ |
| D | ASTWriter.h | 144 Decl *getDecl() const { in getDecl() function 308 const Decl *getDecl() const { return Dcl; } in getDecl() function
|
| D | ASTReader.h | 558 Decl *getDecl() const { in getDecl() function
|
| /external/clang/include/clang/Analysis/Analyses/ |
| D | ThreadSafetyCommon.h | 196 const NamedDecl *getDecl() const { in getDecl() function
|
| /external/clang/lib/StaticAnalyzer/Core/ |
| D | CallEvent.cpp | 384 const FunctionDecl *SimpleFunctionCall::getDecl() const { in getDecl() function in SimpleFunctionCall 393 const FunctionDecl *CXXInstanceCall::getDecl() const { in getDecl() function in CXXInstanceCall
|
| D | MemRegion.cpp | 232 const ObjCIvarDecl *ObjCIvarRegion::getDecl() const { in getDecl() function in ObjCIvarRegion
|
| /external/clang/include/clang/ASTMatchers/ |
| D | ASTMatchersInternal.h | 498 struct Default { int getDecl; }; member
|
| /external/clang/lib/AST/ |
| D | Type.cpp | 1871 TagDecl *TagType::getDecl() const { in getDecl() function in TagType 1922 CXXRecordDecl *InjectedClassNameType::getDecl() const { in getDecl() function in InjectedClassNameType
|
| D | ExprConstant.cpp | 1003 const ValueDecl *getDecl() const { in getDecl() function
|
| /external/clang/lib/Sema/ |
| D | SemaInit.cpp | 2644 DeclaratorDecl *InitializedEntity::getDecl() const { in getDecl() function in InitializedEntity
|