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

References

tools/clang/include/clang/AST/Expr.h
 3844     return getCommon()->getBeginLoc();
tools/clang/lib/AST/ASTImporter.cpp
 6606       E->getCommon(), E->getOpaqueValue(), E->getCond(), E->getTrueExpr(),
tools/clang/lib/AST/ExprConstant.cpp
 6787                   Info, E->getCommon()))
14160     ICEDiag CommonResult = CheckICE(Exp->getCommon(), Ctx);
14166         Exp->getCommon()->EvaluateKnownConstInt(Ctx) != 0) return NoDiag();
tools/clang/lib/AST/ParentMap.cpp
   59     M[BCO->getCommon()] = S;
   60     BuildParentMap(M, BCO->getCommon(), OV_Transparent);
tools/clang/lib/AST/StmtPrinter.cpp
 1439   PrintExpr(Node->getCommon());
tools/clang/lib/Analysis/CFG.cpp
 2770     return addStmt(BCO->getCommon());
tools/clang/lib/CodeGen/CodeGenFunction.h
 1171                                           e->getCommon());
tools/clang/lib/Sema/ScopeInfo.cpp
  173     markSafeWeakUse(Cond->getCommon());
tools/clang/lib/Sema/TreeTransform.h
 9840   ExprResult commonExpr = getDerived().TransformExpr(e->getCommon());
 9849       commonExpr.get() == e->getCommon() &&
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  803   Record.AddStmt(E->getCommon());