Searched refs:getNumTypeObjects (Results 1 – 10 of 10) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaType.cpp | 52 if (D.getNumTypeObjects() == 0) in isOmittedBlockReturnType() 55 if (D.getNumTypeObjects() == 1 && in isOmittedBlockReturnType() 155 chunkIndex(declarator.getNumTypeObjects()), in TypeProcessingState() 167 return chunkIndex == declarator.getNumTypeObjects(); in isProcessingDeclSpec() 175 assert(idx <= declarator.getNumTypeObjects()); in setCurrentChunkIndex() 313 assert(i <= declarator.getNumTypeObjects()); in maybeMovePastReturnType() 433 for (unsigned i = 0, e = declarator.getNumTypeObjects(); i != e; ++i) { in distributeObjCPointerTypeAttrFromDeclarator() 524 for (unsigned i = 0, e = declarator.getNumTypeObjects(); i != e; ++i) { in distributeFunctionTypeAttrToInnermost() 650 if (!declarator.getNumTypeObjects() && declSpecType->isFunctionType()) in maybeSynthesizeBlockSignature() 688 assert(state.getCurrentChunkIndex() == declarator.getNumTypeObjects() - 1); in maybeSynthesizeBlockSignature() [all …]
|
| H A D | SemaTemplateVariadic.cpp | 751 for (unsigned I = 0, N = D.getNumTypeObjects(); I != N; ++I) { in containsUnexpandedParameterPacks()
|
| H A D | SemaLambda.cpp | 866 if (ParamInfo.getNumTypeObjects() == 0) { in ActOnStartOfLambdaDefinition()
|
| H A D | SemaExprCXX.cpp | 1081 if (D.getNumTypeObjects() > 0 && in ActOnCXXNew() 1100 for (unsigned I = 0, N = D.getNumTypeObjects(); I < N; ++I) { in ActOnCXXNew()
|
| H A D | SemaDeclAttr.cpp | 4874 for (unsigned i = 0, e = D.getNumTypeObjects(); i != e; ++i) in checkUnusedDeclAttributes() 4989 for (unsigned i = 0, e = PD.getNumTypeObjects(); i != e; ++i) in ProcessDeclAttributes()
|
| H A D | SemaDecl.cpp | 4341 for (unsigned I = 0, E = D.getNumTypeObjects(); I != E; ++I) { in RebuildDeclaratorInCurrentInstantiation() 5309 for (unsigned I = 0, E = PD.getNumTypeObjects(); I != E; ++I) { in hasParsedAttr() 10408 if (D.getNumTypeObjects()) { in canDelayFunctionBody() 10409 const auto &Outer = D.getTypeObject(D.getNumTypeObjects() - 1); in canDelayFunctionBody()
|
| H A D | SemaDeclCXX.cpp | 376 for (unsigned i = 0, e = D.getNumTypeObjects(); i != e; ++i) { in CheckExtraCXXDefaultArguments()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1913 unsigned getNumTypeObjects() const { return DeclTypeInfo.size(); } in getNumTypeObjects() function 2068 for (unsigned I = 0, N = getNumTypeObjects(); I != N; ++I) in isFunctionDeclaratorAFunctionDeclaration() 2099 for (unsigned i = 0, e = getNumTypeObjects(); i != e; ++i) in hasAttributes()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 4819 if (D.getNumTypeObjects() > 0) { in ParseDeclaratorInternal() 4821 DeclaratorChunk& InnerChunk = D.getTypeObject(D.getNumTypeObjects() - 1); in ParseDeclaratorInternal() 5077 if (D.hasName() && !D.getNumTypeObjects()) in ParseDirectDeclarator() 5597 ParmDeclarator.getNumTypeObjects() == 0) { in ParseParameterDeclarationClause() 5855 if (TempDeclarator.getNumTypeObjects() == 0) in ParseMisplacedBracketDeclarator() 5860 if (D.getNumTypeObjects() != 0) { in ParseMisplacedBracketDeclarator() 5861 switch (D.getTypeObject(D.getNumTypeObjects() - 1).Kind) { in ParseMisplacedBracketDeclarator() 5884 for (unsigned i = 0, e = TempDeclarator.getNumTypeObjects(); i < e; ++i) { in ParseMisplacedBracketDeclarator()
|
| H A D | ParseObjc.cpp | 852 for (unsigned i = 0, e = D.getNumTypeObjects(); i != e; ++i) in takeDeclAttributes()
|