Home
last modified time | relevance | path

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

123

/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
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
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
/external/llvm-project/clang/include/clang/AST/
DDeclAccessPair.h41 NamedDecl *getDecl() const { in getDecl() function
DGlobalDecl.h102 const Decl *getDecl() const { return Value.getPointer(); } in getDecl() function
DUnresolvedSet.h50 NamedDecl *getDecl() const { return I->getDecl(); } in getDecl() function
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
/external/clang/include/clang/AST/
DDeclAccessPair.h42 NamedDecl *getDecl() const { in getDecl() function
DGlobalDecl.h62 const Decl *getDecl() const { return Value.getPointer(); } in getDecl() function
DUnresolvedSet.h44 NamedDecl *getDecl() const { return I->getDecl(); } in getDecl() function
DTypeLoc.h636 CXXRecordDecl *getDecl() const { in getDecl() function
647 UnresolvedUsingTypenameDecl *getDecl() const { in getDecl() function
661 TagDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function
676 RecordDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function
684 EnumDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function
693 TemplateTypeParmDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h117 const Decl *getDecl() { return D; } in getDecl() function
203 virtual const Decl *getDecl() const { in getDecl() function
433 const FunctionDecl *getDecl() const override { in getDecl() function
534 const BlockDecl *getDecl() const override { in getDecl() function
804 const CXXConstructorDecl *getDecl() const override { in getDecl() function
846 const FunctionDecl *getDecl() const override { in getDecl() function
907 const ObjCMethodDecl *getDecl() const override { in getDecl() function
DMemRegion.h563 const NamedDecl *getDecl() const { in getDecl() function
602 const BlockDecl *getDecl() const { in getDecl() function
644 const BlockDecl *getDecl() const { return BC->getDecl(); } in getDecl() function
849 const Decl *getDecl() const { return D; } in getDecl() function
873 const VarDecl *getDecl() const { return cast<VarDecl>(D); } in getDecl() function
930 const FieldDecl *getDecl() const { return cast<FieldDecl>(D); } in getDecl() function
1087 const CXXRecordDecl *getDecl() const { return Data.getPointer(); } in getDecl() function
/external/clang/lib/Analysis/
DPseudoConstantAnalysis.cpp67 const Decl *PseudoConstantAnalysis::getDecl(const Expr *E) { in getDecl() function in PseudoConstantAnalysis
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocOverflowSecurityChecker.cpp144 static const Decl *getDecl(const DeclRefExpr *DR) { return DR->getDecl(); } in getDecl() function in __anon61ab6a700211::CheckOverflowOps
145 static const Decl *getDecl(const MemberExpr *ME) { in getDecl() function in __anon61ab6a700211::CheckOverflowOps
/external/clang/include/clang/Analysis/
DCallGraph.h163 Decl *getDecl() const { return FD; } in getDecl() function
DAnalysisContext.h101 const Decl *getDecl() const { return D; } in getDecl() function
243 const Decl *getDecl() const { return getAnalysisDeclContext()->getDecl(); } in getDecl() function
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DMallocOverflowSecurityChecker.cpp143 static const Decl *getDecl(const DeclRefExpr *DR) { return DR->getDecl(); } in getDecl() function in __anon28f2405e0211::CheckOverflowOps
144 static const Decl *getDecl(const MemberExpr *ME) { in getDecl() function in __anon28f2405e0211::CheckOverflowOps
/external/llvm-project/clang/lib/AST/Interp/
DFunction.h74 const FunctionDecl *getDecl() const { return F; } in getDecl() function
DRecord.h49 const RecordDecl *getDecl() const { return Decl; } in getDecl() function
/external/llvm-project/clang/include/clang/Analysis/
DAnalysisDeclContext.h106 const Decl *getDecl() const { return D; } in getDecl() function
245 const Decl *getDecl() const { return Ctx->getDecl(); } in getDecl() function
DCallGraph.h195 Decl *getDecl() const { return FD; } in getDecl() function
DAnyCall.h196 const Decl *getDecl() const { in getDecl() function
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
DUninitializedObject.h118 const FieldDecl *getDecl() const { in getDecl() function
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DSVals.cpp156 const NamedDecl *nonloc::PointerToMember::getDecl() const { in getDecl() function in nonloc::PointerToMember
/external/llvm-project/clang/include/clang/Serialization/
DASTWriter.h186 Decl *getDecl() const { in getDecl() function
368 const Decl *getDecl() const { return Dcl; } in getDecl() function

123