Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DSource.h85 const Decl *asDecl() const { in asDecl() function
H A DDescriptor.h220 const Decl *asDecl() const { return dyn_cast<const Decl *>(Source); } in asDecl() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h354 const Decl *asDecl() const { assert(isValid()); return D; } in asDecl() function