Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h136 bool VisitComplexUnaryOperator(const UnaryOperator *E);
H A DCompiler.cpp4821 return this->VisitComplexUnaryOperator(E); in VisitUnaryOperator()
5037 bool Compiler<Emitter>::VisitComplexUnaryOperator(const UnaryOperator *E) { in VisitComplexUnaryOperator() function in Compiler