| /external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | CallEvent.h | 122 const Decl *getDecl() { return D; } in getDecl() function 208 virtual const Decl *getDecl() const { in getDecl() function 497 const FunctionDecl *getDecl() const override { in getDecl() function 586 const BlockDecl *getDecl() const override { in getDecl() function 899 const CXXConstructorDecl *getDecl() const override { in getDecl() function 958 const CXXConstructorDecl *getDecl() const override { in getDecl() function 1016 const FunctionDecl *getDecl() const override { in getDecl() function 1088 const FunctionDecl *getDecl() const override { in getDecl() function 1148 const ObjCMethodDecl *getDecl() const override { in getDecl() function
|
| D | MemRegion.h | 599 const NamedDecl *getDecl() const { in getDecl() function 642 const BlockDecl *getDecl() const { in getDecl() function 690 const BlockDecl *getDecl() const { return BC->getDecl(); } in getDecl() function 958 const VarDecl *getDecl() const override { return VD; } in getDecl() function 1070 const FieldDecl *getDecl() const override { return FD; } in getDecl() function 1226 const CXXRecordDecl *getDecl() const { return Data.getPointer(); } in getDecl() function 1268 const CXXRecordDecl *getDecl() const { return DerivedD; } in getDecl() function
|
| /external/llvm-project/clang/include/clang/AST/ |
| D | DeclAccessPair.h | 41 NamedDecl *getDecl() const { in getDecl() function
|
| D | GlobalDecl.h | 102 const Decl *getDecl() const { return Value.getPointer(); } in getDecl() function
|
| D | UnresolvedSet.h | 50 NamedDecl *getDecl() const { return I->getDecl(); } in getDecl() function
|
| D | TypeLoc.h | 686 CXXRecordDecl *getDecl() const { in getDecl() function 697 UnresolvedUsingTypenameDecl *getDecl() const { in getDecl() function 711 TagDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function 722 RecordDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function 730 EnumDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function 739 TemplateTypeParmDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function 758 ObjCTypeParamDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function
|
| /external/clang/include/clang/AST/ |
| D | DeclAccessPair.h | 42 NamedDecl *getDecl() const { in getDecl() function
|
| D | GlobalDecl.h | 62 const Decl *getDecl() const { return Value.getPointer(); } in getDecl() function
|
| D | UnresolvedSet.h | 44 NamedDecl *getDecl() const { return I->getDecl(); } in getDecl() function
|
| D | TypeLoc.h | 636 CXXRecordDecl *getDecl() const { in getDecl() function 647 UnresolvedUsingTypenameDecl *getDecl() const { in getDecl() function 661 TagDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function 676 RecordDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function 684 EnumDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function 693 TemplateTypeParmDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function
|
| /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | CallEvent.h | 117 const Decl *getDecl() { return D; } in getDecl() function 203 virtual const Decl *getDecl() const { in getDecl() function 433 const FunctionDecl *getDecl() const override { in getDecl() function 534 const BlockDecl *getDecl() const override { in getDecl() function 804 const CXXConstructorDecl *getDecl() const override { in getDecl() function 846 const FunctionDecl *getDecl() const override { in getDecl() function 907 const ObjCMethodDecl *getDecl() const override { in getDecl() function
|
| D | MemRegion.h | 563 const NamedDecl *getDecl() const { in getDecl() function 602 const BlockDecl *getDecl() const { in getDecl() function 644 const BlockDecl *getDecl() const { return BC->getDecl(); } in getDecl() function 849 const Decl *getDecl() const { return D; } in getDecl() function 873 const VarDecl *getDecl() const { return cast<VarDecl>(D); } in getDecl() function 930 const FieldDecl *getDecl() const { return cast<FieldDecl>(D); } in getDecl() function 1087 const CXXRecordDecl *getDecl() const { return Data.getPointer(); } in getDecl() function
|
| /external/clang/lib/Analysis/ |
| D | PseudoConstantAnalysis.cpp | 67 const Decl *PseudoConstantAnalysis::getDecl(const Expr *E) { in getDecl() function in PseudoConstantAnalysis
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| D | MallocOverflowSecurityChecker.cpp | 144 static const Decl *getDecl(const DeclRefExpr *DR) { return DR->getDecl(); } in getDecl() function in __anon61ab6a700211::CheckOverflowOps 145 static const Decl *getDecl(const MemberExpr *ME) { in getDecl() function in __anon61ab6a700211::CheckOverflowOps
|
| /external/clang/include/clang/Analysis/ |
| D | CallGraph.h | 163 Decl *getDecl() const { return FD; } in getDecl() function
|
| D | AnalysisContext.h | 101 const Decl *getDecl() const { return D; } in getDecl() function 243 const Decl *getDecl() const { return getAnalysisDeclContext()->getDecl(); } in getDecl() function
|
| /external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| D | MallocOverflowSecurityChecker.cpp | 143 static const Decl *getDecl(const DeclRefExpr *DR) { return DR->getDecl(); } in getDecl() function in __anon28f2405e0211::CheckOverflowOps 144 static const Decl *getDecl(const MemberExpr *ME) { in getDecl() function in __anon28f2405e0211::CheckOverflowOps
|
| /external/llvm-project/clang/lib/AST/Interp/ |
| D | Function.h | 74 const FunctionDecl *getDecl() const { return F; } in getDecl() function
|
| D | Record.h | 49 const RecordDecl *getDecl() const { return Decl; } in getDecl() function
|
| /external/llvm-project/clang/include/clang/Analysis/ |
| D | AnalysisDeclContext.h | 106 const Decl *getDecl() const { return D; } in getDecl() function 245 const Decl *getDecl() const { return Ctx->getDecl(); } in getDecl() function
|
| D | CallGraph.h | 195 Decl *getDecl() const { return FD; } in getDecl() function
|
| D | AnyCall.h | 196 const Decl *getDecl() const { in getDecl() function
|
| /external/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| D | UninitializedObject.h | 118 const FieldDecl *getDecl() const { in getDecl() function
|
| /external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| D | SVals.cpp | 156 const NamedDecl *nonloc::PointerToMember::getDecl() const { in getDecl() function in nonloc::PointerToMember
|
| /external/llvm-project/clang/include/clang/Serialization/ |
| D | ASTWriter.h | 186 Decl *getDecl() const { in getDecl() function 368 const Decl *getDecl() const { return Dcl; } in getDecl() function
|