Searched defs:asDecl (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DSource.h90 const Decl *asDecl() const { return Source.dyn_cast<const Decl *>(); } function in class:clang::interp::SourceInfo
H A DDescriptor.h112 const Decl *asDecl() const { return Source.dyn_cast<const Decl *>(); } function in struct:clang::interp::Descriptor
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h316 const Decl *asDecl() const { assert(isValid()); return D; } function in class:clang::ento::PathDiagnosticLocation

Completed in 59 milliseconds