Home
last modified time | relevance | path

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

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