Home
last modified time | relevance | path

Searched defs:asExpr (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/lib/AST/Interp/
DSource.cpp25 const Expr *SourceInfo::asExpr() const { in asExpr() function in SourceInfo
DDescriptor.h113 const Expr *asExpr() const { return Source.dyn_cast<const Expr *>(); } in asExpr() function