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

Declarations

tools/clang/include/clang/AST/Expr.h
  699   bool tryEvaluateObjectSize(uint64_t &Result, ASTContext &Ctx,

References

tools/clang/lib/CodeGen/CGBuiltin.cpp
  560   if (!E->tryEvaluateObjectSize(ObjectSize, getContext(), Type))
tools/clang/lib/Sema/SemaChecking.cpp
  421     if (!ObjArg->tryEvaluateObjectSize(Result, getASTContext(), BOSType))