Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclAccessPair.h42 NamedDecl *getDecl() const { in getDecl() function
DGlobalDecl.h60 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
DTemplateName.h414 TemplateDecl *getDecl() const { return Template; } in getDecl() function
DDeclTemplate.h642 static DeclType *getDecl(EntryType *D) { in getDecl() function
DComment.h1125 const Decl *getDecl() const LLVM_READONLY { in getDecl() function
DExpr.h1017 ValueDecl *getDecl() { return D; } in getDecl() function
1018 const ValueDecl *getDecl() const { return D; } in getDecl() function
DStmt.h794 LabelDecl *getDecl() const { return TheDecl; } in getDecl() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h92 const Decl *getDecl() { return D; } in getDecl() function
178 virtual const Decl *getDecl() const { in getDecl() function
401 const FunctionDecl *getDecl() const override { in getDecl() function
502 const BlockDecl *getDecl() const override { in getDecl() function
772 const CXXConstructorDecl *getDecl() const override { in getDecl() function
814 const FunctionDecl *getDecl() const override { in getDecl() function
875 const ObjCMethodDecl *getDecl() const override { in getDecl() function
DMemRegion.h567 const NamedDecl *getDecl() const { in getDecl() function
606 const BlockDecl *getDecl() const { in getDecl() function
648 const BlockDecl *getDecl() const { return BC->getDecl(); } in getDecl() function
853 const Decl *getDecl() const { return D; } in getDecl() function
877 const VarDecl *getDecl() const { return cast<VarDecl>(D); } in getDecl() function
934 const FieldDecl *getDecl() const { return cast<FieldDecl>(D); } in getDecl() function
1091 const CXXRecordDecl *getDecl() const { return Data.getPointer(); } in getDecl() function
/external/clang/lib/Analysis/
DPseudoConstantAnalysis.cpp69 const Decl *PseudoConstantAnalysis::getDecl(const Expr *E) { in getDecl() function in PseudoConstantAnalysis
DUninitializedValues.cpp274 const VarDecl *getDecl() const { return vd; } in getDecl() function in __anon97342a390411::FindVarResult
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocOverflowSecurityChecker.cpp144 const Decl *getDecl(const DeclRefExpr *DR) { return DR->getDecl(); } in getDecl() function in __anonc353140a0211::CheckOverflowOps
146 const Decl *getDecl(const MemberExpr *ME) { return ME->getMemberDecl(); } in getDecl() function in __anonc353140a0211::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
239 const Decl *getDecl() const { return getAnalysisDeclContext()->getDecl(); } in getDecl() function
DProgramPoint.h510 const Decl *getDecl() const { return static_cast<const Decl *>(getData2()); } in getDecl() function
/external/clang/include/clang/Serialization/
DASTWriter.h160 Decl *getDecl() const { in getDecl() function
334 const Decl *getDecl() const { return Dcl; } in getDecl() function
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp402 const FunctionDecl *SimpleFunctionCall::getDecl() const { in getDecl() function in SimpleFunctionCall
411 const FunctionDecl *CXXInstanceCall::getDecl() const { in getDecl() function in CXXInstanceCall
DMemRegion.cpp232 const ObjCIvarDecl *ObjCIvarRegion::getDecl() const { in getDecl() function in ObjCIvarRegion
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h238 const NamedDecl *getDecl() const { in getDecl() function
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h563 struct Default { int getDecl; }; member
/external/clang/lib/AST/
DType.cpp2961 TagDecl *TagType::getDecl() const { in getDecl() function in TagType
3060 CXXRecordDecl *InjectedClassNameType::getDecl() const { in getDecl() function in InjectedClassNameType
DExprConstant.cpp1082 const ValueDecl *getDecl() const { in getDecl() function
/external/clang/lib/Sema/
DSemaInit.cpp2835 DeclaratorDecl *InitializedEntity::getDecl() const { in getDecl() function in InitializedEntity