HomeSort by: relevance | last modified time | path
    Searched refs:getLValueCallIndex (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h 485 unsigned getLValueCallIndex() const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp 919 unsigned APValue::getLValueCallIndex() const {
ExprConstant.cpp 1563 unsigned getLValueCallIndex() const { return Base.getCallIndex(); }
2033 if (Value.getLValueCallIndex())
2065 return A.getLValueCallIndex() == B.getLValueCallIndex() &&
2198 LVal.getLValueCallIndex() == 0) &&
3958 if (LVal.getLValueCallIndex()) {
3960 Info.getCallFrameAndDepth(LVal.getLValueCallIndex());
4221 if (Base && !LVal.getLValueCallIndex() && !Type.isVolatileQualified()) {

Completed in 39 milliseconds