OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNumTypeObjects
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp
57
if (D.
getNumTypeObjects
() == 0)
60
if (D.
getNumTypeObjects
() == 1 &&
201
chunkIndex(declarator.
getNumTypeObjects
()), trivial(true),
213
return chunkIndex == declarator.
getNumTypeObjects
();
221
assert(idx <= declarator.
getNumTypeObjects
());
397
assert(i <= declarator.
getNumTypeObjects
());
526
for (unsigned i = 0, e = declarator.
getNumTypeObjects
(); i != e; ++i) {
616
for (unsigned i = 0, e = declarator.
getNumTypeObjects
(); i != e; ++i) {
741
if (!declarator.
getNumTypeObjects
() && declSpecType->isFunctionType())
775
assert(state.getCurrentChunkIndex() == declarator.
getNumTypeObjects
() - 1)
[
all
...]
SemaTemplateVariadic.cpp
916
for (unsigned I = 0, N = D.
getNumTypeObjects
(); I != N; ++I) {
SemaLambda.cpp
917
if (ParamInfo.
getNumTypeObjects
() == 0) {
SemaExprCXX.cpp
1777
if (D.
getNumTypeObjects
() > 0 &&
1796
for (unsigned I = 0, N = D.
getNumTypeObjects
(); I < N; ++I) {
SemaDecl.cpp
5547
for (unsigned I = 0, E = D.
getNumTypeObjects
(); I != E; ++I) {
6698
for (unsigned I = 0, E = PD.
getNumTypeObjects
(); I != E; ++I) {
14329
if (D.
getNumTypeObjects
()) {
14330
const auto &Outer = D.getTypeObject(D.
getNumTypeObjects
() - 1);
SemaDeclCXX.cpp
403
for (unsigned i = 0, e = D.
getNumTypeObjects
(); i != e; ++i) {
821
D.hasGroupingParens() || D.
getNumTypeObjects
() > 1 ||
822
(D.
getNumTypeObjects
() == 1 &&
826
(D.
getNumTypeObjects
() &&
SemaDeclAttr.cpp
8446
for (unsigned i = 0, e = D.
getNumTypeObjects
(); i != e; ++i)
8559
for (unsigned i = 0, e = PD.
getNumTypeObjects
(); i != e; ++i)
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h
2236
unsigned
getNumTypeObjects
() const { return DeclTypeInfo.size(); }
2439
for (unsigned I = 0, N =
getNumTypeObjects
(); I != N; ++I)
2530
for (unsigned i = 0, e =
getNumTypeObjects
(); i != e; ++i)
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp
5673
const unsigned NumTypes = D.
getNumTypeObjects
();
5847
if (D.
getNumTypeObjects
() > 0) {
5849
DeclaratorChunk& InnerChunk = D.getTypeObject(D.
getNumTypeObjects
() - 1);
6189
if (D.hasName() && !D.
getNumTypeObjects
())
6873
ParmDeclarator.
getNumTypeObjects
() == 0) {
7156
if (TempDeclarator.
getNumTypeObjects
() == 0)
7161
if (D.
getNumTypeObjects
() != 0) {
7162
switch (D.getTypeObject(D.
getNumTypeObjects
() - 1).Kind) {
7185
for (unsigned i = 0, e = TempDeclarator.
getNumTypeObjects
(); i < e; ++i) {
ParseObjc.cpp
384
if (D.
getNumTypeObjects
() > 0) {
1235
for (unsigned i = 0, e = D.
getNumTypeObjects
(); i != e; ++i)
Completed in 77 milliseconds
Indexes created Sun Aug 02 00:25:04 UTC 2026