OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Sep 23 00:26:21 UTC 2026