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

  /src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp 108 unsigned APValue::LValueBase::getCallIndex() const {
205 return llvm::hash_combine(Base.getOpaqueValue(), Base.getCallIndex(),
921 return ((const LV *)(const char *)&Data)->Base.getCallIndex();
ExprConstant.cpp 1563 unsigned getLValueCallIndex() const { return Base.getCallIndex(); }
1875 assert(Base.getCallIndex() == Index && "lvalue for wrong frame");
2079 if (F->Arguments.CallIndex == Base.getCallIndex() &&
3506 if (Base.getCallIndex() || Base.is<DynamicAllocLValue>())
ASTImporter.cpp 9240 FromValue.getLValueBase().getCallIndex(),
9250 FromValue.getLValueBase().getCallIndex(),
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h 175 unsigned getCallIndex() const;

Completed in 32 milliseconds