Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclAccessPair.h42 NamedDecl *getDecl() const { in getDecl() function
H A DGlobalDecl.h60 const Decl *getDecl() const { return Value.getPointer(); } in getDecl() function
H A DUnresolvedSet.h53 NamedDecl *getDecl() const { return ir->getDecl(); } in getDecl() function
H A DTypeLoc.h603 CXXRecordDecl *getDecl() const { in getDecl() function
614 UnresolvedUsingTypenameDecl *getDecl() const { in getDecl() function
628 TagDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function
643 RecordDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function
651 EnumDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function
660 TemplateTypeParmDecl *getDecl() const { return getTypePtr()->getDecl(); } in getDecl() function
H A DTemplateName.h414 TemplateDecl *getDecl() const { return Template; } in getDecl() function
H A DComment.h1125 const Decl *getDecl() const LLVM_READONLY { in getDecl() function
H A DExpr.h992 ValueDecl *getDecl() { return D; } in getDecl() function
993 const ValueDecl *getDecl() const { return D; } in getDecl() function
H A DStmt.h799 LabelDecl *getDecl() const { return TheDecl; } in getDecl() function
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h92 const Decl *getDecl() { return D; } in getDecl() function
177 virtual const Decl *getDecl() const { in getDecl() function
393 const FunctionDecl *getDecl() const override { in getDecl() function
493 const BlockDecl *getDecl() const override { in getDecl() function
714 const CXXConstructorDecl *getDecl() const override { in getDecl() function
756 const FunctionDecl *getDecl() const override { in getDecl() function
816 const ObjCMethodDecl *getDecl() const override { in getDecl() function
H A 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
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DPseudoConstantAnalysis.cpp69 const Decl *PseudoConstantAnalysis::getDecl(const Expr *E) { in getDecl() function in PseudoConstantAnalysis
H A DUninitializedValues.cpp273 const VarDecl *getDecl() const { return vd; } in getDecl() function in __anonee8ffdc90411::FindVarResult
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/
H A DCallGraph.h163 Decl *getDecl() const { return FD; } in getDecl() function
H A DAnalysisContext.h101 const Decl *getDecl() const { return D; } in getDecl() function
239 const Decl *getDecl() const { return getAnalysisDeclContext()->getDecl(); } in getDecl() function
H A DProgramPoint.h510 const Decl *getDecl() const { return static_cast<const Decl *>(getData2()); } in getDecl() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTWriter.h147 Decl *getDecl() const { in getDecl() function
315 const Decl *getDecl() const { return Dcl; } in getDecl() function
H A DASTReader.h581 Decl *getDecl() const { in getDecl() function
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp384 const FunctionDecl *SimpleFunctionCall::getDecl() const { in getDecl() function in SimpleFunctionCall
393 const FunctionDecl *CXXInstanceCall::getDecl() const { in getDecl() function in CXXInstanceCall
H A DMemRegion.cpp232 const ObjCIvarDecl *ObjCIvarRegion::getDecl() const { in getDecl() function in ObjCIvarRegion
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h238 const NamedDecl *getDecl() const { in getDecl() function
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h546 struct Default { int getDecl; }; member
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp1894 TagDecl *TagType::getDecl() const { in getDecl() function in TagType
1946 CXXRecordDecl *InjectedClassNameType::getDecl() const { in getDecl() function in InjectedClassNameType
H A DExprConstant.cpp1004 const ValueDecl *getDecl() const { in getDecl() function
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp2613 DeclaratorDecl *InitializedEntity::getDecl() const { in getDecl() function in InitializedEntity