Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DByteCodeExprGen.h204 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