Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
992 return ((const LV *)(const char *)&Data)->Base.getCallIndex(); in getLValueCallIndex()
H A DExprConstant.cpp1562 unsigned getLValueCallIndex() const { return Base.getCallIndex(); } in getLValueCallIndex()
1876 assert(Base.getCallIndex() == Index && "lvalue for wrong frame"); in createLocal()
2086 if (F->Arguments.CallIndex == Base.getCallIndex() && in NoteLValueLocation()
3525 if (Base.getCallIndex() || Base.is<DynamicAllocLValue>()) in lifetimeStartedInEvaluation()
H A DASTImporter.cpp9906 FromValue.getLValueBase().getCallIndex(), in ImportAPValue()
9916 FromValue.getLValueBase().getCallIndex(), in ImportAPValue()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DAPValue.h175 unsigned getCallIndex() const;
H A DPropertiesBase.td494 let Read = [{ node.getLValueBase().getCallIndex() }];