Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h127 const Decl *getDecl() { return D; } in getDecl() function
215 virtual const Decl *getDecl() const { in getDecl() function
497 const FunctionDecl *getDecl() const override { in getDecl() function
586 const BlockDecl *getDecl() const override { in getDecl() function
900 const CXXConstructorDecl *getDecl() const override { in getDecl() function
959 const CXXConstructorDecl *getDecl() const override { in getDecl() function
1017 const FunctionDecl *getDecl() const override { in getDecl() function
1100 const FunctionDecl *getDecl() const override { in getDecl() function
1160 const ObjCMethodDecl *getDecl() const override { in getDecl() function
H A DMemRegion.h608 const NamedDecl *getDecl() const { in getDecl() function
652 const BlockDecl *getDecl() const { in getDecl() function
704 const BlockDecl *getDecl() const { return BC->getDecl(); } in getDecl() function
996 const VarDecl *getDecl() const override { return VD; } in getDecl() function
1115 const FieldDecl *getDecl() const override { return FD; } in getDecl() function
1276 const CXXRecordDecl *getDecl() const { return Data.getPointer(); } in getDecl() function
1319 const CXXRecordDecl *getDecl() const { return DerivedD; } in getDecl() function
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DControlFlowContext.h40 const Decl *getDecl() const { return ContainingDecl; } in getDecl() function
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclAccessPair.h41 NamedDecl *getDecl() const { in getDecl() function
H A DGlobalDecl.h103 const Decl *getDecl() const { return Value.getPointer(); } in getDecl() function
H A DUnresolvedSet.h50 NamedDecl *getDecl() const { return I->getDecl(); } in getDecl() function
H A DTypeLoc.h695 CXXRecordDecl *getDecl() const { in getDecl() function
706 UnresolvedUsingTypenameDecl *getDecl() const { in getDecl() function
720 TagDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function
731 RecordDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function
739 EnumDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function
748 TemplateTypeParmDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function
767 ObjCTypeParamDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function
H A DDeclTemplate.h784 static DeclType *getDecl(EntryType *D) { in getDecl() function
H A DExprObjC.h576 ObjCIvarDecl *getDecl() { return D; } in getDecl() function
577 const ObjCIvarDecl *getDecl() const { return D; } in getDecl() function
H A DComment.h1105 const Decl *getDecl() const LLVM_READONLY { in getDecl() function
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp143 static const Decl *getDecl(const DeclRefExpr *DR) { return DR->getDecl(); } in getDecl() function in __anon55ae42fe0211::CheckOverflowOps
144 static const Decl *getDecl(const MemberExpr *ME) { in getDecl() function in __anon55ae42fe0211::CheckOverflowOps
/openbsd-src/gnu/llvm/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.h563 const Decl *getDecl() const { return static_cast<const Decl *>(getData2()); } in getDecl() function
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObject.h118 const FieldDecl *getDecl() const { in getDecl() function
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DRecord.h51 const RecordDecl *getDecl() const { return Decl; } in getDecl() function
H A DFunction.h89 const FunctionDecl *getDecl() const { return F; } in getDecl() function
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTWriter.h175 Decl *getDecl() const { in getDecl() function
357 const Decl *getDecl() const { return Dcl; } in getDecl() function
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp205 const NamedDecl *nonloc::PointerToMember::getDecl() const { in getDecl() function in nonloc::PointerToMember
H A DCallEvent.cpp661 const FunctionDecl *SimpleFunctionCall::getDecl() const { in getDecl() function in SimpleFunctionCall
669 const FunctionDecl *CXXInstanceCall::getDecl() const { in getDecl() function in CXXInstanceCall
H A DMemRegion.cpp169 const ObjCIvarDecl *ObjCIvarRegion::getDecl() const { return IVD; } in getDecl() function in ObjCIvarRegion
190 const ParmVarDecl *ParamVarRegion::getDecl() const { in getDecl() function in ParamVarRegion
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h257 const NamedDecl *getDecl() const { in getDecl() function
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DUninitializedValues.cpp227 const VarDecl *getDecl() const { return vd; } in getDecl() function in __anonb5d9aead0311::FindVarResult
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp827 ObjCInterfaceDecl *ObjCInterfaceType::getDecl() const { in getDecl() function in ObjCInterfaceType
3576 TagDecl *TagType::getDecl() const { in getDecl() function in TagType
3670 CXXRecordDecl *InjectedClassNameType::getDecl() const { in getDecl() function in InjectedClassNameType

12