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

References

tools/clang/lib/AST/Expr.cpp
  207     return static_cast<const E*>(expr)->getExprLoc();
tools/clang/lib/CodeGen/CGExpr.cpp
  990   ComplexPairTy InVal = EmitLoadOfComplex(LV, E->getExprLoc());
tools/clang/lib/CodeGen/CGExprScalar.cpp
 2394     value = EmitLoadOfLValue(LV, E->getExprLoc());
 2406     value = EmitLoadOfLValue(LV, E->getExprLoc());
 2449             E->getExprLoc(), "vla.inc");
 2460                                            isSubtraction, E->getExprLoc(),
 2471                                            isSubtraction, E->getExprLoc(),
 2555                                          E->getExprLoc(), "incdec.objptr");
 2563         LV, RValue::get(atomicPHI), RValue::get(value), E->getExprLoc());
 2776                                   E->getExprLoc()).getScalarVal();
 2793                                   E->getExprLoc()).getScalarVal();
tools/clang/lib/Sema/SemaOpenMP.cpp
 8368           ErrorLoc = AtomicUnaryOp->getExprLoc();