Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/Interp/
DSource.h90 const Decl *asDecl() const { return Source.dyn_cast<const Decl *>(); } in asDecl() function
DDescriptor.h112 const Decl *asDecl() const { return Source.dyn_cast<const Decl *>(); } in asDecl() function
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h284 const Decl *asDecl() const { assert(isValid()); return D; } in asDecl() function
/external/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h357 const Decl *asDecl() const { assert(isValid()); return D; } in asDecl() function