Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h153 bool VisitVectorUnaryOperator(const UnaryOperator *E);
H A DCompiler.cpp6097 return this->VisitVectorUnaryOperator(E); in VisitUnaryOperator()
6424 bool Compiler<Emitter>::VisitVectorUnaryOperator(const UnaryOperator *E) { in VisitVectorUnaryOperator() function in Compiler