Searched refs:getNumTypeObjects (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 68 if (D.getNumTypeObjects() == 0) in isOmittedBlockReturnType() 71 if (D.getNumTypeObjects() == 1 && in isOmittedBlockReturnType() 231 chunkIndex(declarator.getNumTypeObjects()), parsedNoDeref(false), in TypeProcessingState() 243 return chunkIndex == declarator.getNumTypeObjects(); in isProcessingDeclSpec() 251 assert(idx <= declarator.getNumTypeObjects()); in setCurrentChunkIndex() 433 assert(i <= declarator.getNumTypeObjects()); in maybeMovePastReturnType() 562 for (unsigned i = 0, e = declarator.getNumTypeObjects(); i != e; ++i) { in distributeObjCPointerTypeAttrFromDeclarator() 653 for (unsigned i = 0, e = declarator.getNumTypeObjects(); i != e; ++i) { in distributeFunctionTypeAttrToInnermost() 774 if (!declarator.getNumTypeObjects() && declSpecType->isFunctionType()) in maybeSynthesizeBlockSignature() 808 assert(state.getCurrentChunkIndex() == declarator.getNumTypeObjects() - 1); in maybeSynthesizeBlockSignature() [all …]
|
| H A D | SemaLambda.cpp | 954 if (ParamInfo.getNumTypeObjects() == 0) { in getLambdaType() 1426 if (ParamInfo.getNumTypeObjects() == 0) { in ActOnStartOfLambdaDefinition() 1443 LSI->ExplicitParams = ParamInfo.getNumTypeObjects() != 0; in ActOnStartOfLambdaDefinition()
|
| H A D | SemaTemplateVariadic.cpp | 1065 for (unsigned I = 0, N = D.getNumTypeObjects(); I != N; ++I) { in containsUnexpandedParameterPacks()
|
| H A D | SemaDeclCXX.cpp | 410 for (unsigned i = 0, e = D.getNumTypeObjects(); i != e; ++i) { in CheckExtraCXXDefaultArguments() 841 D.hasGroupingParens() || D.getNumTypeObjects() > 1 || in ActOnDecompositionDeclarator() 842 (D.getNumTypeObjects() == 1 && in ActOnDecompositionDeclarator() 846 (D.getNumTypeObjects() && in ActOnDecompositionDeclarator() 10970 if (D.isInvalidType() || D.getNumTypeObjects() <= 1) in diagnoseInvalidDeclaratorChunks() 10973 DeclaratorChunk &Chunk = D.getTypeObject(D.getNumTypeObjects() - 1); in diagnoseInvalidDeclaratorChunks()
|
| H A D | SemaDecl.cpp | 6109 for (unsigned I = 0, E = D.getNumTypeObjects(); I != E; ++I) { in RebuildDeclaratorInCurrentInstantiation() 7348 for (unsigned I = 0, E = PD.getNumTypeObjects(); I != E; ++I) { in hasParsedAttr() 15341 D.getNumTypeObjects() == 0) { in ActOnParamDeclarator() 16113 if (D.getNumTypeObjects()) { in canDelayFunctionBody() 16114 const auto &Outer = D.getTypeObject(D.getNumTypeObjects() - 1); in canDelayFunctionBody()
|
| H A D | SemaExprCXX.cpp | 2013 if (D.getNumTypeObjects() > 0 && in ActOnCXXNew() 2032 for (unsigned I = 0, N = D.getNumTypeObjects(); I < N; ++I) { in ActOnCXXNew()
|
| H A D | SemaDeclAttr.cpp | 8031 for (unsigned i = 0, e = D.getNumTypeObjects(); i != e; ++i) in checkUnusedDeclAttributes() 8211 for (unsigned i = 0, e = PD.getNumTypeObjects(); i != e; ++i) { in ProcessDeclAttributes()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 2397 unsigned getNumTypeObjects() const { return DeclTypeInfo.size(); } in getNumTypeObjects() function 2602 for (unsigned I = 0, N = getNumTypeObjects(); I != N; ++I) in isFunctionDeclaratorAFunctionDeclaration() 2698 for (unsigned i = 0, e = getNumTypeObjects(); i != e; ++i) in hasAttributes()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 6324 const unsigned NumTypes = D.getNumTypeObjects(); in isPipeDeclarator() 6497 if (D.getNumTypeObjects() > 0) { in ParseDeclaratorInternal() 6499 DeclaratorChunk& InnerChunk = D.getTypeObject(D.getNumTypeObjects() - 1); in ParseDeclaratorInternal() 6811 if (D.hasName() && !D.getNumTypeObjects()) in ParseDirectDeclarator() 7548 ParmDeclarator.getNumTypeObjects() == 0) { in ParseParameterDeclarationClause() 7849 if (TempDeclarator.getNumTypeObjects() == 0) in ParseMisplacedBracketDeclarator() 7854 if (D.getNumTypeObjects() != 0) { in ParseMisplacedBracketDeclarator() 7855 switch (D.getTypeObject(D.getNumTypeObjects() - 1).Kind) { in ParseMisplacedBracketDeclarator() 7878 for (unsigned i = 0, e = TempDeclarator.getNumTypeObjects(); i < e; ++i) { in ParseMisplacedBracketDeclarator()
|
| H A D | ParseObjc.cpp | 377 if (D.getNumTypeObjects() > 0) { in addContextSensitiveTypeNullability() 1093 for (unsigned i = 0, e = D.getNumTypeObjects(); i != e; ++i) in takeDeclAttributes()
|