Home
last modified time | relevance | path

Searched defs:getDecl (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DControlFlowContext.h
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclAccessPair.h41 NamedDecl *getDecl() const { getDecl() function
H A DUnresolvedSet.h50 NamedDecl *getDecl() const { return I->getDecl(); } getDecl() function
H A DGlobalDecl.h103 const Decl *getDecl() const { return Value.getPointer(); } in getDecl() function
[all...]
H A DTypeLoc.h701 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 DDeclTemplate.h756 static DeclType *getDecl(EntryType *D) { getDecl() function
H A DExprObjC.h579 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 DCallEvent.h130 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 DMemRegion.h607 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 DMallocOverflowSecurityChecker.cpp143 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 DAnalysisDeclContext.h106 const Decl *getDecl() const { return D; } in getDecl() function
251 const Decl *getDecl() const { return Ctx->getDecl(); } in getDecl() function
H A DCallGraph.h195 Decl *getDecl() const { return FD; } in getDecl() function
H A DAnyCall.h197 const Decl *getDecl() const { in getDecl() function
H A DProgramPoint.h561 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 DUninitializedObject.h118 const FieldDecl *getDecl() const { in getDecl() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DRecord.h52 const RecordDecl *getDecl() const { return Decl; } in getDecl() function
H A DFunction.h91 const FunctionDecl *getDecl() const { return F; } getDecl() function
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp202 const NamedDecl *nonloc::PointerToMember::getDecl() const { in getDecl() function in nonloc::PointerToMember
H A DCallEvent.cpp684 const FunctionDecl *SimpleFunctionCall::getDecl() const { getDecl() function in SimpleFunctionCall
692 const FunctionDecl *CXXInstanceCall::getDecl() const { getDecl() function in CXXInstanceCall
[all...]
H A DMemRegion.cpp179 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 DASTWriter.h187 Decl *getDecl() const { getDecl() function
369 const Decl *getDecl() const { return Dcl; } getDecl() function
H A DASTReader.h1099 Decl *getDecl() { return D; } getDecl() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h257 const NamedDecl *getDecl() const { in getDecl() function
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp245 const VarDecl *getDecl() const { return vd; } in getDecl() function in __anon01a749480311::FindVarResult
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp849 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...]

12