Home
last modified time | relevance | path

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

12

/llvm-project/clang/unittests/AST/Interp/
H A DtoAPValue.cpp
/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DAdornedCFG.h46 const Decl &getDecl() const { return ContainingDecl; } getDecl() function
/llvm-project/clang/include/clang/AST/
H A DDeclAccessPair.h61 NamedDecl *getDecl() const { in getDecl() function
H A DGlobalDecl.h103 const Decl *getDecl() const { return Value.getPointer(); } in getDecl() function
H A DUnresolvedSet.h51 NamedDecl *getDecl() const { return I->getDecl(); } in getDecl() function
H A DTypeLoc.h707 CXXRecordDecl *getDecl() const { getDecl() function
718 UnresolvedUsingTypenameDecl *getDecl() const { getDecl() function
732 TagDecl *getDecl() const { return getTypePtr()->getDecl(); } getDecl() function
743 RecordDecl *getDecl() const { return getTypePtr()->getDecl(); } getDecl() function
751 EnumDecl *getDecl() const { return getTypePtr()->getDecl(); } getDecl() function
760 TemplateTypeParmDecl *getDecl() const { return getTypePtr()->getDecl(); } getDecl() function
779 ObjCTypeParamDecl *getDecl() const { return getTypePtr()->getDecl(); } getDecl() function
[all...]
H A DDeclTemplate.h736 static DeclType *getDecl(EntryType *D) { getDecl() function
H A DExprObjC.h579 ObjCIvarDecl *getDecl() { return D; } in getDecl() function
580 const ObjCIvarDecl *getDecl() const { return D; } in getDecl() function
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h131 const Decl *getDecl() { return D; } in getDecl() function
224 virtual const Decl *getDecl() const { in getDecl() function
514 const FunctionDecl *getDecl() const override { in getDecl() function
605 const BlockDecl *getDecl() const override { in getDecl() function
1010 const CXXConstructorDecl *getDecl() const override { getDecl() function
1070 const CXXConstructorDecl *getDecl() const override { getDecl() function
1131 const FunctionDecl *getDecl() const override { getDecl() function
1215 const FunctionDecl *getDecl() const override { getDecl() function
1273 const ObjCMethodDecl *getDecl() const override { getDecl() function
[all...]
H A DMemRegion.h612 const NamedDecl *getDecl() const { in getDecl() function
656 const BlockDecl *getDecl() const { in getDecl() function
708 const BlockDecl *getDecl() const { return BC->getDecl(); } in getDecl() function
1006 const VarDecl *getDecl() const override { return VD; } in getDecl() function
1125 const FieldDecl *getDecl() const override { return FD; } getDecl() function
1327 const CXXRecordDecl *getDecl() const { return Data.getPointer(); } getDecl() function
1370 const CXXRecordDecl *getDecl() const { return DerivedD; } getDecl() function
[all...]
/llvm-project/clang/lib/AST/Interp/
H A DMemberPointer.h
H A DRecord.h
H A DFunction.h
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp
/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObject.h118 const FieldDecl *getDecl() const { in getDecl() function
/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h106 const Decl *getDecl() const { return D; } in getDecl() function
251 const Decl *getDecl() const { return Ctx->getDecl(); } in getDecl() function
H A DCallGraph.h195 return getDecl()->getAsFunction()->getDefinition(); in getDecl() function
H A DAnyCall.h197 const Decl *getDecl() const { in getDecl() function
H A DProgramPoint.h561 const Decl *getDecl() const { return static_cast<const Decl *>(getData2()); } in getDecl() function
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp202 const NamedDecl *nonloc::PointerToMember::getDecl() const { in getDecl() function in nonloc::PointerToMember
H A DCallEvent.cpp684 const FunctionDecl *SimpleFunctionCall::getDecl() const { getDecl() function in SimpleFunctionCall
692 const FunctionDecl *CXXInstanceCall::getDecl() const { getDecl() function in CXXInstanceCall
[all...]
H A DMemRegion.cpp179 const ObjCIvarDecl *ObjCIvarRegion::getDecl() const { return IVD; } getDecl() function in ObjCIvarRegion
200 const ParmVarDecl *ParamVarRegion::getDecl() const { getDecl() function in ParamVarRegion
[all...]
/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h194 Decl *getDecl() const { getDecl() function
397 const Decl *getDecl() const { return Dcl; } getDecl() function
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h257 const NamedDecl *getDecl() const { in getDecl() function
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DRenamerClangTidyCheck.cpp75 const NamedDecl *getDecl() const { in getDecl() function in clang::tidy::__anonef0c75980111::NameLookup

12