Home
last modified time | relevance | path

Searched refs:getCallIndex (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DAPValue.cpp108 unsigned APValue::LValueBase::getCallIndex() const { in getCallIndex() function in APValue::LValueBase
205 return llvm::hash_combine(Base.getOpaqueValue(), Base.getCallIndex(), in hash_value()
921 return ((const LV *)(const char *)&Data)->Base.getCallIndex(); in getLValueCallIndex()
H A DExprConstant.cpp1563 unsigned getLValueCallIndex() const { return Base.getCallIndex(); } in getLValueCallIndex()
1875 assert(Base.getCallIndex() == Index && "lvalue for wrong frame"); in createLocal()
2079 if (F->Arguments.CallIndex == Base.getCallIndex() && in NoteLValueLocation()
3506 if (Base.getCallIndex() || Base.is<DynamicAllocLValue>()) in lifetimeStartedInEvaluation()
H A DASTImporter.cpp9240 FromValue.getLValueBase().getCallIndex(), in ImportAPValue()
9250 FromValue.getLValueBase().getCallIndex(), in ImportAPValue()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAPValue.h175 unsigned getCallIndex() const;
H A DPropertiesBase.td490 let Read = [{ node.getLValueBase().getCallIndex() }];