Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/Interp/
DDescriptor.h145 const Decl *asDecl() const { return Source.dyn_cast<const Decl *>(); } in asDecl() function
149 return dyn_cast_if_present<ValueDecl>(asDecl()); in asValueDecl()
153 return dyn_cast_if_present<FieldDecl>(asDecl()); in asFieldDecl()
157 return dyn_cast_if_present<RecordDecl>(asDecl()); in asRecordDecl()
DSource.cpp20 if (const Decl *D = asDecl()) in getLoc()
DSource.h79 const Decl *asDecl() const { return Source.dyn_cast<const Decl *>(); } in asDecl() function
DPointer.cpp122 if (auto *BaseOrMember = Desc->asDecl()) { in toAPValue()
DInterpFrame.cpp101 if (auto *D = Desc->asDecl()) { in print()
/openbsd/src/gnu/llvm/clang/include/clang/Analysis/
DPathDiagnostic.h354 const Decl *asDecl() const { assert(isValid()); return D; } in asDecl() function