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

References

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 6387   return InnerMatcher.matches(*Node.getLHS(), Finder, Builder);
tools/clang/lib/AST/ExprConstant.cpp
 4428     APSInt LHS = CS->getLHS()->EvaluateKnownConstInt(Info.Ctx);
tools/clang/lib/Analysis/CFG.cpp
 4112       const llvm::APSInt &lhsInt = CS->getLHS()->EvaluateKnownConstInt(Ctx);
tools/clang/lib/Analysis/ProgramPoint.cpp
  155           if (const Stmt *LHS = C->getLHS()) {
tools/clang/lib/CodeGen/CGStmt.cpp
 1177   llvm::APSInt LHS = S.getLHS()->EvaluateKnownConstInt(getContext());
 1270     Builder.getInt(S.getLHS()->EvaluateKnownConstInt(getContext()));
 1318       Builder.getInt(CurCase->getLHS()->EvaluateKnownConstInt(getContext()));
 1556     if (CS->getLHS()->EvaluateKnownConstInt(C) == ConstantCondValue)
tools/clang/lib/CodeGen/CoverageMappingGen.cpp
 1162       Visit(CS->getLHS());
tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
  950       Range = cast<CaseStmt>(Term)->getLHS()->getSourceRange();
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  764       const Expr *LHS = Case->getLHS()->IgnoreParenCasts();
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 2365     llvm::APSInt V1 = Case->getLHS()->EvaluateKnownConstInt(getContext());