Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DSource.h79 const Decl *asDecl() const { return Source.dyn_cast<const Decl *>(); } in asDecl() function
H A DDescriptor.h145 const Decl *asDecl() const { return Source.dyn_cast<const Decl *>(); } in asDecl() function
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DPathDiagnostic.h354 const Decl *asDecl() const { assert(isValid()); return D; } in asDecl() function