/external/clang/include/clang/AST/ |
D | DeclAccessPair.h | 42 NamedDecl *getDecl() const { in getDecl() function
|
D | GlobalDecl.h | 62 const Decl *getDecl() const { return Value.getPointer(); } in getDecl() function
|
D | UnresolvedSet.h | 44 NamedDecl *getDecl() const { return I->getDecl(); } in getDecl() function
|
D | TypeLoc.h | 636 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
|
D | TemplateName.h | 386 TemplateDecl *getDecl() const { return Template; } in getDecl() function
|
D | DeclTemplate.h | 647 static DeclType *getDecl(EntryType *D) { in getDecl() function
|
D | Comment.h | 1125 const Decl *getDecl() const LLVM_READONLY { in getDecl() function
|
D | Expr.h | 1017 ValueDecl *getDecl() { return D; } in getDecl() function 1018 const ValueDecl *getDecl() const { return D; } in getDecl() function
|
D | Stmt.h | 806 LabelDecl *getDecl() const { return TheDecl; } in getDecl() function
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CallEvent.h | 117 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
|
D | MemRegion.h | 563 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/ |
D | PseudoConstantAnalysis.cpp | 67 const Decl *PseudoConstantAnalysis::getDecl(const Expr *E) { in getDecl() function in PseudoConstantAnalysis
|
D | UninitializedValues.cpp | 274 const VarDecl *getDecl() const { return vd; } in getDecl() function in __anonb73484f50411::FindVarResult
|
/external/clang/include/clang/Analysis/ |
D | CallGraph.h | 163 Decl *getDecl() const { return FD; } in getDecl() function
|
D | AnalysisContext.h | 101 const Decl *getDecl() const { return D; } in getDecl() function 243 const Decl *getDecl() const { return getAnalysisDeclContext()->getDecl(); } in getDecl() function
|
D | ProgramPoint.h | 533 const Decl *getDecl() const { return static_cast<const Decl *>(getData2()); } in getDecl() function
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocOverflowSecurityChecker.cpp | 144 static const Decl *getDecl(const DeclRefExpr *DR) { return DR->getDecl(); } in getDecl() function in __anonb3c83a460211::CheckOverflowOps 145 static const Decl *getDecl(const MemberExpr *ME) { in getDecl() function in __anonb3c83a460211::CheckOverflowOps
|
/external/clang/include/clang/Serialization/ |
D | ASTWriter.h | 162 Decl *getDecl() const { in getDecl() function 336 const Decl *getDecl() const { return Dcl; } in getDecl() function
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CallEvent.cpp | 412 const FunctionDecl *SimpleFunctionCall::getDecl() const { in getDecl() function in SimpleFunctionCall 421 const FunctionDecl *CXXInstanceCall::getDecl() const { in getDecl() function in CXXInstanceCall
|
D | MemRegion.cpp | 228 const ObjCIvarDecl *ObjCIvarRegion::getDecl() const { in getDecl() function in ObjCIvarRegion
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyCommon.h | 238 const NamedDecl *getDecl() const { in getDecl() function
|
/external/clang/lib/AST/ |
D | Type.cpp | 2960 TagDecl *TagType::getDecl() const { in getDecl() function in TagType 3065 CXXRecordDecl *InjectedClassNameType::getDecl() const { in getDecl() function in InjectedClassNameType
|
D | ExprConstant.cpp | 1158 const ValueDecl *getDecl() const { in getDecl() function
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 2922 DeclaratorDecl *InitializedEntity::getDecl() const { in getDecl() function in InitializedEntity
|