OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNumAssocs
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
5575
// * An array of
getNumAssocs
() Stmt * for the association expressions.
5576
// * An array of
getNumAssocs
() TypeSourceInfo *, one for each of the
5581
return 1 +
getNumAssocs
();
5585
return
getNumAssocs
();
5715
unsigned
getNumAssocs
() const { return NumAssocs; }
5760
assert(I <
getNumAssocs
() &&
5768
assert(I <
getNumAssocs
() &&
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp
1219
Record.push_back(E->
getNumAssocs
());
1229
for (unsigned I = 0, N = E->
getNumAssocs
() + 1; I < N; ++I)
1233
for (unsigned I = 0, N = E->
getNumAssocs
(); I < N; ++I)
ASTReaderStmt.cpp
1355
assert(NumAssocs == E->
getNumAssocs
() && "Wrong NumAssocs!");
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaPseudoObject.cpp
139
unsigned numAssocs = gse->
getNumAssocs
();
SemaExprObjC.cpp
4561
unsigned n = gse->
getNumAssocs
();
Completed in 31 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026