Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DSource.h90 const Decl *asDecl() const { return Source.dyn_cast<const Decl *>(); } in asDecl() function
H A DDescriptor.h112 const Decl *asDecl() const { return Source.dyn_cast<const Decl *>(); } in asDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DPathDiagnostic.h355 const Decl *asDecl() const { assert(isValid()); return D; } in asDecl() function