OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNumTypeArgs
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
TypeLoc.h
920
return (SourceLocation*)(getTypeArgLocArray() +
getNumTypeArgs
());
940
unsigned
getNumTypeArgs
() const {
945
assert(i <
getNumTypeArgs
() && "Index is out of bounds!");
950
assert(i <
getNumTypeArgs
() && "Index is out of bounds!");
1019
return this->
getNumTypeArgs
() * sizeof(TypeSourceInfo *)
RecursiveASTVisitor.h
1352
for (unsigned i = 0, n = TL.
getNumTypeArgs
(); i != n; ++i)
/src/external/apache2/llvm/dist/clang/lib/AST/
TypeLoc.cpp
476
for (unsigned i = 0, e =
getNumTypeArgs
(); i != e; ++i) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp
1217
if (ObjCObjectTL.
getNumTypeArgs
() > 0) {
1218
assert(ObjCObjectTL.
getNumTypeArgs
() == ActualTypeArgInfos.size());
TreeTransform.h
7026
for (unsigned i = 0, n = TL.
getNumTypeArgs
(); i != n; ++i) {
7127
for (unsigned i = 0, n = TL.
getNumTypeArgs
(); i != n; ++i)
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
478
for (unsigned i = 0, e = TL.
getNumTypeArgs
(); i != e; ++i)
ASTReader.cpp
6763
for (unsigned i = 0, e = TL.
getNumTypeArgs
(); i != e; ++i)
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
1622
for (unsigned I = 0, N = TL.
getNumTypeArgs
(); I != N; ++I) {
Completed in 50 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026