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/
H A 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()
H A DSource.cpp20 if (const Decl *D = asDecl()) in getLoc()
H A DSource.h79 const Decl *asDecl() const { return Source.dyn_cast<const Decl *>(); } in asDecl() function
H A DPointer.cpp122 if (auto *BaseOrMember = Desc->asDecl()) { in toAPValue()
H A DInterpFrame.cpp101 if (auto *D = Desc->asDecl()) { in print()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DPathDiagnostic.h354 const Decl *asDecl() const { assert(isValid()); return D; } in asDecl() function