/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | AdornedCFG.h | 46 const Decl &getDecl() const { return ContainingDecl; } in getDecl() function
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallEvent.h | 131 const Decl *getDecl() { return D; } in getDecl() function 224 virtual const Decl *getDecl() const { in getDecl() function 514 const FunctionDecl *getDecl() const override { in getDecl() function 605 const BlockDecl *getDecl() const override { in getDecl() function 1010 const CXXConstructorDecl *getDecl() const override { in getDecl() function 1070 const CXXConstructorDecl *getDecl() const override { in getDecl() function 1131 const FunctionDecl *getDecl() const override { in getDecl() function 1215 const FunctionDecl *getDecl() const override { in getDecl() function 1273 const ObjCMethodDecl *getDecl() const override { in getDecl() function
|
H A D | MemRegion.h | 612 const NamedDecl *getDecl() const { in getDecl() function 656 const BlockDecl *getDecl() const { in getDecl() function 708 const BlockDecl *getDecl() const { return BC->getDecl(); } in getDecl() function 1006 const VarDecl *getDecl() const override { return VD; } in getDecl() function 1125 const FieldDecl *getDecl() const override { return FD; } in getDecl() function 1327 const CXXRecordDecl *getDecl() const { return Data.getPointer(); } in getDecl() function 1370 const CXXRecordDecl *getDecl() const { return DerivedD; } in getDecl() function
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclAccessPair.h | 61 NamedDecl *getDecl() const { in getDecl() function
|
H A D | GlobalDecl.h | 103 const Decl *getDecl() const { return Value.getPointer(); } in getDecl() function
|
H A D | UnresolvedSet.h | 51 NamedDecl *getDecl() const { return I->getDecl(); } in getDecl() function
|
H A D | TypeLoc.h | 707 CXXRecordDecl *getDecl() const { in getDecl() function 718 UnresolvedUsingTypenameDecl *getDecl() const { in getDecl() function 732 TagDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function 743 RecordDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function 751 EnumDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function 760 TemplateTypeParmDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function 779 ObjCTypeParamDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function
|
H A D | DeclTemplate.h | 736 static DeclType *getDecl(EntryType *D) { in getDecl() function
|
H A D | Expr.h | 1333 ValueDecl *getDecl() { return D; } in getDecl() function 1334 const ValueDecl *getDecl() const { return D; } in getDecl() function
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | MemberPointer.h | 70 const Decl *getDecl() const { return Dcl; } in getDecl() function
|
H A D | Record.h | 52 const RecordDecl *getDecl() const { return Decl; } in getDecl() function
|
H A D | Function.h | 92 const FunctionDecl *getDecl() const { return F; } in getDecl() function
|
/freebsd/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 __anon5f9f32a70211::CheckOverflowOps 144 static const Decl *getDecl(const MemberExpr *ME) { in getDecl() function in __anon5f9f32a70211::CheckOverflowOps
|
/freebsd/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/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 { in getDecl() function in SimpleFunctionCall 692 const FunctionDecl *CXXInstanceCall::getDecl() const { in getDecl() function in CXXInstanceCall
|
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
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTWriter.h | 194 Decl *getDecl() const { in getDecl() function 397 const Decl *getDecl() const { return Dcl; } in getDecl() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyCommon.h | 257 const NamedDecl *getDecl() const { in getDecl() function
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | UninitializedValues.cpp | 245 const VarDecl *getDecl() const { return vd; } in getDecl() function in __anon2e1962360311::FindVarResult
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 903 ObjCInterfaceDecl *ObjCInterfaceType::getDecl() const { in getDecl() function in ObjCInterfaceType 3827 ValueDecl *TypeCoupledDeclRefInfo::getDecl() const { return Data.getPointer(); } in getDecl() function in TypeCoupledDeclRefInfo 4069 TagDecl *TagType::getDecl() const { in getDecl() function in TagType 4170 CXXRecordDecl *InjectedClassNameType::getDecl() const { in getDecl() function in InjectedClassNameType
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 3627 ValueDecl *InitializedEntity::getDecl() const { in getDecl() function in InitializedEntity
|