/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallEvent.h | 122 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 D | MemRegion.h | 599 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 D | DeclAccessPair.h | 41 NamedDecl *getDecl() const { in getDecl() function
|
H A D | UnresolvedSet.h | 50 NamedDecl *getDecl() const { return I->getDecl(); } in getDecl() function
|
H A D | GlobalDecl.h | 102 const Decl *getDecl() const { return Value.getPointer(); } in getDecl() function
|
H A D | TypeLoc.h | 686 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 D | TemplateName.h | 421 TemplateDecl *getDecl() const { return Template; } in getDecl() function
|
H A D | DeclTemplate.h | 770 static DeclType *getDecl(EntryType *D) { in getDecl() function
|
H A D | ExprObjC.h | 576 ObjCIvarDecl *getDecl() { return D; } in getDecl() function 577 const ObjCIvarDecl *getDecl() const { return D; } in getDecl() function
|
H A D | Comment.h | 1119 const Decl *getDecl() const LLVM_READONLY { in getDecl() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocOverflowSecurityChecker.cpp | 143 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 D | Function.h | 74 const FunctionDecl *getDecl() const { return F; } in getDecl() function
|
H A D | Record.h | 49 const RecordDecl *getDecl() const { return Decl; } in getDecl() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
H A D | AnalysisDeclContext.h | 106 const Decl *getDecl() const { return D; } in getDecl() function 245 const Decl *getDecl() const { return Ctx->getDecl(); } in getDecl() function
|
H A D | CallGraph.h | 195 Decl *getDecl() const { return FD; } in getDecl() function
|
H A D | AnyCall.h | 196 const Decl *getDecl() const { in getDecl() function
|
H A D | ProgramPoint.h | 565 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 D | UninitializedObject.h | 118 const FieldDecl *getDecl() const { in getDecl() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | SVals.cpp | 156 const NamedDecl *nonloc::PointerToMember::getDecl() const { in getDecl() function in nonloc::PointerToMember
|
H A D | CallEvent.cpp | 657 const FunctionDecl *SimpleFunctionCall::getDecl() const { in getDecl() function in SimpleFunctionCall 665 const FunctionDecl *CXXInstanceCall::getDecl() const { in getDecl() function in CXXInstanceCall
|
H A D | MemRegion.cpp | 166 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 D | ASTWriter.h | 187 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 D | ThreadSafetyCommon.h | 255 const NamedDecl *getDecl() const { in getDecl() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | UninitializedValues.cpp | 230 const VarDecl *getDecl() const { return vd; } in getDecl() function in __anon6e987c610311::FindVarResult
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Type.cpp | 3483 TagDecl *TagType::getDecl() const { in getDecl() function in TagType 3574 CXXRecordDecl *InjectedClassNameType::getDecl() const { in getDecl() function in InjectedClassNameType
|