/llvm-project/clang/unittests/AST/Interp/ |
H A D | toAPValue.cpp |
|
/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | AdornedCFG.h | 46 const Decl &getDecl() const { return ContainingDecl; } getDecl() function
|
/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 { getDecl() function 718 UnresolvedUsingTypenameDecl *getDecl() const { getDecl() function 732 TagDecl *getDecl() const { return getTypePtr()->getDecl(); } getDecl() function 743 RecordDecl *getDecl() const { return getTypePtr()->getDecl(); } getDecl() function 751 EnumDecl *getDecl() const { return getTypePtr()->getDecl(); } getDecl() function 760 TemplateTypeParmDecl *getDecl() const { return getTypePtr()->getDecl(); } getDecl() function 779 ObjCTypeParamDecl *getDecl() const { return getTypePtr()->getDecl(); } getDecl() function [all...] |
H A D | DeclTemplate.h | 736 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
|
/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 { getDecl() function 1070 const CXXConstructorDecl *getDecl() const override { getDecl() function 1131 const FunctionDecl *getDecl() const override { getDecl() function 1215 const FunctionDecl *getDecl() const override { getDecl() function 1273 const ObjCMethodDecl *getDecl() const override { getDecl() function [all...] |
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; } getDecl() function 1327 const CXXRecordDecl *getDecl() const { return Data.getPointer(); } getDecl() function 1370 const CXXRecordDecl *getDecl() const { return DerivedD; } getDecl() function [all...] |
/llvm-project/clang/lib/AST/Interp/ |
H A D | MemberPointer.h |
|
H A D | Record.h |
|
H A D | Function.h |
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocOverflowSecurityChecker.cpp |
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
H A D | UninitializedObject.h | 118 const FieldDecl *getDecl() const { in getDecl() function
|
/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 return getDecl()->getAsFunction()->getDefinition(); 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
|
/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; } getDecl() function in ObjCIvarRegion 200 const ParmVarDecl *ParamVarRegion::getDecl() const { getDecl() function in ParamVarRegion [all...] |
/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTWriter.h | 194 Decl *getDecl() const { getDecl() function 397 const Decl *getDecl() const { return Dcl; } getDecl() function
|
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyCommon.h | 257 const NamedDecl *getDecl() const { in getDecl() function
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | RenamerClangTidyCheck.cpp | 75 const NamedDecl *getDecl() const { in getDecl() function in clang::tidy::__anonef0c75980111::NameLookup
|