Home
last modified time | relevance | path

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

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