Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h122 const Decl *getDecl() { return D; } in getDecl() function
208 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
899 const CXXConstructorDecl *getDecl() const override { in getDecl() function
958 const CXXConstructorDecl *getDecl() const override { in getDecl() function
1016 const FunctionDecl *getDecl() const override { in getDecl() function
1088 const FunctionDecl *getDecl() const override { in getDecl() function
1148 const ObjCMethodDecl *getDecl() const override { in getDecl() function
H A DMemRegion.h599 const NamedDecl *getDecl() const { in getDecl() function
642 const BlockDecl *getDecl() const { in getDecl() function
690 const BlockDecl *getDecl() const { return BC->getDecl(); } in getDecl() function
958 const VarDecl *getDecl() const override { return VD; } in getDecl() function
1070 const FieldDecl *getDecl() const override { return FD; } in getDecl() function
1226 const CXXRecordDecl *getDecl() const { return Data.getPointer(); } in getDecl() function
1268 const CXXRecordDecl *getDecl() const { return DerivedD; } in getDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclAccessPair.h41 NamedDecl *getDecl() const { in getDecl() function
H A DUnresolvedSet.h50 NamedDecl *getDecl() const { return I->getDecl(); } in getDecl() function
H A DGlobalDecl.h102 const Decl *getDecl() const { return Value.getPointer(); } in getDecl() function
H A DTypeLoc.h686 CXXRecordDecl *getDecl() const { in getDecl() function
697 UnresolvedUsingTypenameDecl *getDecl() const { in getDecl() function
711 TagDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function
722 RecordDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function
730 EnumDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function
739 TemplateTypeParmDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function
758 ObjCTypeParamDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function
H A DTemplateName.h421 TemplateDecl *getDecl() const { return Template; } in getDecl() function
H A DDeclTemplate.h770 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.h1119 const Decl *getDecl() const LLVM_READONLY { in getDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp143 static const Decl *getDecl(const DeclRefExpr *DR) { return DR->getDecl(); } in getDecl() function in __anonee03a3320211::CheckOverflowOps
144 static const Decl *getDecl(const MemberExpr *ME) { in getDecl() function in __anonee03a3320211::CheckOverflowOps
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DFunction.h74 const FunctionDecl *getDecl() const { return F; } in getDecl() function
H A DRecord.h49 const RecordDecl *getDecl() const { return Decl; } in getDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h106 const Decl *getDecl() const { return D; } in getDecl() function
245 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.h196 const Decl *getDecl() const { in getDecl() function
H A DProgramPoint.h565 const Decl *getDecl() const { return static_cast<const Decl *>(getData2()); } in getDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObject.h118 const FieldDecl *getDecl() const { in getDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp156 const NamedDecl *nonloc::PointerToMember::getDecl() const { in getDecl() function in nonloc::PointerToMember
H A DCallEvent.cpp657 const FunctionDecl *SimpleFunctionCall::getDecl() const { in getDecl() function in SimpleFunctionCall
665 const FunctionDecl *CXXInstanceCall::getDecl() const { in getDecl() function in CXXInstanceCall
H A DMemRegion.cpp166 const ObjCIvarDecl *ObjCIvarRegion::getDecl() const { return IVD; } in getDecl() function in ObjCIvarRegion
187 const ParmVarDecl *ParamVarRegion::getDecl() const { in getDecl() function in ParamVarRegion
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTWriter.h187 Decl *getDecl() const { in getDecl() function
369 const Decl *getDecl() const { return Dcl; } in getDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h255 const NamedDecl *getDecl() const { in getDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DUninitializedValues.cpp230 const VarDecl *getDecl() const { return vd; } in getDecl() function in __anon6e987c610311::FindVarResult
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp3483 TagDecl *TagType::getDecl() const { in getDecl() function in TagType
3574 CXXRecordDecl *InjectedClassNameType::getDecl() const { in getDecl() function in InjectedClassNameType

12