Home
last modified time | relevance | path

Searched refs:asDecl (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang/lib/AST/Interp/
DDescriptor.h112 const Decl *asDecl() const { return Source.dyn_cast<const Decl *>(); } in asDecl() function
116 return dyn_cast_or_null<ValueDecl>(asDecl()); in asValueDecl()
120 return dyn_cast_or_null<FieldDecl>(asDecl()); in asFieldDecl()
124 return dyn_cast_or_null<RecordDecl>(asDecl()); in asRecordDecl()
DSource.cpp20 if (const Decl *D = asDecl()) in getLoc()
DSource.h90 const Decl *asDecl() const { return Source.dyn_cast<const Decl *>(); } in asDecl() function
DPointer.cpp119 if (auto *BaseOrMember = Desc->asDecl()) { in toAPValue()
DInterpFrame.cpp70 if (auto *D = Desc->asDecl()) { in print()
/external/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h357 const Decl *asDecl() const { assert(isValid()); return D; } in asDecl() function
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h284 const Decl *asDecl() const { assert(isValid()); return D; } in asDecl() function
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1050 if (Container.asDecl()) in containsLocation()