reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

tools/clang/include/clang/AST/StmtVisitor.h
   42   RetTy Visit(PTR(Stmt) S, ParamTys... P) {
  130   BINOP_FALLBACK(LT)    BINOP_FALLBACK(GT)   BINOP_FALLBACK(LE)
tools/clang/lib/CodeGen/CGExprScalar.cpp
  804   VISITCOMP(GT, ICMP_UGT, ICMP_SGT, FCMP_OGT)