Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
1002 return ((const LV *)(const char *)&Data)->Base.getCallIndex(); in getLValueCallIndex()
H A DExprConstant.cpp1621 unsigned getLValueCallIndex() const { return Base.getCallIndex(); } in getLValueCallIndex()
1936 assert(Base.getCallIndex() == Index && "lvalue for wrong frame"); in createLocal()
2169 if (F->Arguments.CallIndex == Base.getCallIndex() && in NoteLValueLocation()
3604 if (Base.getCallIndex() || Base.is<DynamicAllocLValue>()) in lifetimeStartedInEvaluation()
H A DASTImporter.cpp10340 FromValue.getLValueBase().getCallIndex(), in ImportAPValue()
10350 FromValue.getLValueBase().getCallIndex(), in ImportAPValue()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DPropertiesBase.td511 let Read = [{ node.getLValueBase().getCallIndex() }];