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

References

tools/clang/lib/AST/ItaniumMangle.cpp
 3690       Expr *UuidExp = UE->getExprOperand();
tools/clang/lib/AST/StmtPrinter.cpp
 1756     PrintExpr(Node->getExprOperand());
tools/clang/lib/Sema/TreeTransform.h
10511   ExprResult SubExpr = getDerived().TransformExpr(E->getExprOperand());
10516       SubExpr.get() == E->getExprOperand())
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1920     Record.AddStmt(E->getExprOperand());