Home
last modified time | relevance | path

Searched refs:getPtrVarDecl (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h206 bool getPtrVarDecl(const VarDecl *VD, const Expr *E);
H A DByteCodeExprGen.cpp471 bool ByteCodeExprGen<Emitter>::getPtrVarDecl(const VarDecl *VD, const Expr *E) { in getPtrVarDecl() function in ByteCodeExprGen