Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A 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()
H A DSource.cpp20 if (const Decl *D = asDecl()) in getLoc()
H A DSource.h90 const Decl *asDecl() const { return Source.dyn_cast<const Decl *>(); } in asDecl() function
H A DPointer.cpp119 if (auto *BaseOrMember = Desc->asDecl()) { in toAPValue()
H A DInterpFrame.cpp70 if (auto *D = Desc->asDecl()) { in print()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DPathDiagnostic.h355 const Decl *asDecl() const { assert(isValid()); return D; } in asDecl() function