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

  /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 33 milliseconds