Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DAdornedCFG.h46 const Decl &getDecl() const { return ContainingDecl; } in getDecl() function
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h131 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 DMemRegion.h612 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 DDeclAccessPair.h61 NamedDecl *getDecl() const { in getDecl() function
H A DGlobalDecl.h103 const Decl *getDecl() const { return Value.getPointer(); } in getDecl() function
H A DUnresolvedSet.h51 NamedDecl *getDecl() const { return I->getDecl(); } in getDecl() function
H A DTypeLoc.h707 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 DDeclTemplate.h736 static DeclType *getDecl(EntryType *D) { in getDecl() function
H A DExpr.h1333 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 DMemberPointer.h70 const Decl *getDecl() const { return Dcl; } in getDecl() function
H A DRecord.h52 const RecordDecl *getDecl() const { return Decl; } in getDecl() function
H A DFunction.h92 const FunctionDecl *getDecl() const { return F; } in getDecl() function
/freebsd/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 __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 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/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 { in getDecl() function in SimpleFunctionCall
692 const FunctionDecl *CXXInstanceCall::getDecl() const { in getDecl() function in CXXInstanceCall
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
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h194 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 DThreadSafetyCommon.h257 const NamedDecl *getDecl() const { in getDecl() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp245 const VarDecl *getDecl() const { return vd; } in getDecl() function in __anon2e1962360311::FindVarResult
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp903 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 DSemaInit.cpp3627 ValueDecl *InitializedEntity::getDecl() const { in getDecl() function in InitializedEntity

12