Searched refs:UNARY_OPERATION (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOperationKinds.h31 #define UNARY_OPERATION(Name, Spelling) UO_##Name, macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1296 #define UNARY_OPERATION(Name, Spelling) case UO_##Name: return Spelling; macro

Completed in 166 milliseconds