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

Declarations

tools/clang/include/clang/AST/APValue.h
  165     unsigned getCallIndex() const;

References

tools/clang/lib/AST/APValue.cpp
  130   return llvm::hash_combine(Base.getOpaqueValue(), Base.getCallIndex(),
  761   return ((const LV*)(const char*)Data.buffer)->Base.getCallIndex();
tools/clang/lib/AST/ExprConstant.cpp
 1476     unsigned getLValueCallIndex() const { return Base.getCallIndex(); }
 3067   if (Base.getCallIndex())