/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | ControlFlowContext.h |
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclAccessPair.h | 41 NamedDecl *getDecl() const { getDecl() function
|
H A D | UnresolvedSet.h | 50 NamedDecl *getDecl() const { return I->getDecl(); } getDecl() function
|
H A D | GlobalDecl.h | 103 const Decl *getDecl() const { return Value.getPointer(); } in getDecl() function [all...] |
H A D | TypeLoc.h | 701 CXXRecordDecl *getDecl() const { getDecl() function 712 UnresolvedUsingTypenameDecl *getDecl() const { getDecl() function 726 TagDecl *getDecl() const { return getTypePtr()->getDecl(); } getDecl() function 737 RecordDecl *getDecl() const { return getTypePtr()->getDecl(); } getDecl() function 745 EnumDecl *getDecl() const { return getTypePtr()->getDecl(); } getDecl() function 754 TemplateTypeParmDecl *getDecl() const { return getTypePtr()->getDecl(); } getDecl() function 773 ObjCTypeParamDecl *getDecl() const { return getTypePtr()->getDecl(); } getDecl() function [all...] |
H A D | DeclTemplate.h | 756 static DeclType *getDecl(EntryType *D) { getDecl() function
|
H A D | ExprObjC.h | 579 ObjCIvarDecl *getDecl() { return D; } in getDecl() function 580 const ObjCIvarDecl *getDecl() const { return D; } in getDecl() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallEvent.h | 130 const Decl *getDecl() { return D; } getDecl() function 223 virtual const Decl *getDecl() const { getDecl() function 513 const FunctionDecl *getDecl() const override { getDecl() function 604 const BlockDecl *getDecl() const override { getDecl() function 938 const CXXConstructorDecl *getDecl() const override { getDecl() function 998 const CXXConstructorDecl *getDecl() const override { getDecl() function 1059 const FunctionDecl *getDecl() const override { getDecl() function 1143 const FunctionDecl *getDecl() const override { getDecl() function 1201 const ObjCMethodDecl *getDecl() const override { getDecl() function [all...] |
H A D | MemRegion.h | 607 const NamedDecl *getDecl() const { getDecl() function 651 const BlockDecl *getDecl() const { getDecl() function 703 const BlockDecl *getDecl() const { return BC->getDecl(); } getDecl() function 1001 const VarDecl *getDecl() const override { return VD; } getDecl() function 1120 const FieldDecl *getDecl() const override { return FD; } getDecl() function 1322 const CXXRecordDecl *getDecl() const { return Data.getPointer(); } getDecl() function 1365 const CXXRecordDecl *getDecl() const { return DerivedD; } getDecl() function [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocOverflowSecurityChecker.cpp | 143 static const Decl *getDecl(const DeclRefExpr *DR) { return DR->getDecl(); } in getDecl() function in __anondbdf91f90211::CheckOverflowOps 144 static const Decl *getDecl(const MemberExpr *ME) { in getDecl() function in __anondbdf91f90211::CheckOverflowOps
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | AnalysisDeclContext.h | 106 const Decl *getDecl() const { return D; } in getDecl() function 251 const Decl *getDecl() const { return Ctx->getDecl(); } in getDecl() function
|
H A D | CallGraph.h | 195 Decl *getDecl() const { return FD; } in getDecl() function
|
H A D | AnyCall.h | 197 const Decl *getDecl() const { in getDecl() function
|
H A D | ProgramPoint.h | 561 const Decl *getDecl() const { return static_cast<const Decl *>(getData2()); } in getDecl() function
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
H A D | UninitializedObject.h | 118 const FieldDecl *getDecl() const { in getDecl() function
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Record.h | 52 const RecordDecl *getDecl() const { return Decl; } in getDecl() function
|
H A D | Function.h | 91 const FunctionDecl *getDecl() const { return F; } getDecl() function
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SVals.cpp | 202 const NamedDecl *nonloc::PointerToMember::getDecl() const { in getDecl() function in nonloc::PointerToMember
|
H A D | CallEvent.cpp | 684 const FunctionDecl *SimpleFunctionCall::getDecl() const { getDecl() function in SimpleFunctionCall 692 const FunctionDecl *CXXInstanceCall::getDecl() const { getDecl() function in CXXInstanceCall [all...] |
H A D | MemRegion.cpp | 179 const ObjCIvarDecl *ObjCIvarRegion::getDecl() const { return IVD; } in getDecl() function in ObjCIvarRegion 200 const ParmVarDecl *ParamVarRegion::getDecl() const { in getDecl() function in ParamVarRegion [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTWriter.h | 187 Decl *getDecl() const { getDecl() function 369 const Decl *getDecl() const { return Dcl; } getDecl() function
|
H A D | ASTReader.h | 1099 Decl *getDecl() { return D; } getDecl() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyCommon.h | 257 const NamedDecl *getDecl() const { in getDecl() function
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | UninitializedValues.cpp | 245 const VarDecl *getDecl() const { return vd; } in getDecl() function in __anon01a749480311::FindVarResult [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 849 ObjCInterfaceDecl *ObjCInterfaceType::getDecl() const { getDecl() function in ObjCInterfaceType 3842 TagDecl *TagType::getDecl() const { getDecl() function in TagType 3941 CXXRecordDecl *InjectedClassNameType::getDecl() const { getDecl() function in InjectedClassNameType [all...] |