Searched refs:getNumTypeObjects (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 64 if (D.getNumTypeObjects() == 0) in isOmittedBlockReturnType() 67 if (D.getNumTypeObjects() == 1 && in isOmittedBlockReturnType() 225 return chunkIndex == declarator.getNumTypeObjects(); in isProcessingDeclSpec() 233 assert(idx <= declarator.getNumTypeObjects()); in setCurrentChunkIndex() 412 assert(i <= declarator.getNumTypeObjects()); in maybeMovePastReturnType() 787 state.setCurrentChunkIndex(declarator.getNumTypeObjects()); in maybeSynthesizeBlockSignature() 3383 End = D.getNumTypeObjects(); in diagnoseRedundantReturnTypeQualifiers() 3710 !D.getNumTypeObjects() && in GetDeclSpecTypeForDeclarator() 5062 !hasOuterPointerLikeChunk(D, D.getNumTypeObjects())) { in GetFullTypeForDeclarator() 5437 if (chunkIndex + 1 < D.getNumTypeObjects()) { in GetFullTypeForDeclarator() [all …]
|
| H A D | SemaLambda.cpp | 891 if (ParamInfo.getNumTypeObjects() == 0) { in getLambdaType() 1341 if (ParamInfo.getNumTypeObjects() == 0) { in ActOnStartOfLambdaDefinition() 1358 LSI->ExplicitParams = ParamInfo.getNumTypeObjects() != 0; in ActOnStartOfLambdaDefinition()
|
| H A D | SemaTemplateVariadic.cpp | 926 for (unsigned I = 0, N = D.getNumTypeObjects(); I != N; ++I) { in containsUnexpandedParameterPacks()
|
| H A D | SemaExprCXX.cpp | 1884 if (D.getNumTypeObjects() > 0 && in ActOnCXXNew() 1903 for (unsigned I = 0, N = D.getNumTypeObjects(); I < N; ++I) { in ActOnCXXNew()
|
| H A D | SemaDeclCXX.cpp | 423 for (unsigned i = 0, e = D.getNumTypeObjects(); i != e; ++i) { in CheckExtraCXXDefaultArguments() 853 D.hasGroupingParens() || D.getNumTypeObjects() > 1 || in ActOnDecompositionDeclarator() 854 (D.getNumTypeObjects() == 1 && in ActOnDecompositionDeclarator() 858 (D.getNumTypeObjects() && in ActOnDecompositionDeclarator()
|
| H A D | SemaDecl.cpp | 6171 for (unsigned I = 0, E = D.getNumTypeObjects(); I != E; ++I) { in RebuildDeclaratorInCurrentInstantiation() 7376 for (unsigned I = 0, E = PD.getNumTypeObjects(); I != E; ++I) { in hasParsedAttr() 15886 if (D.getNumTypeObjects()) { in canDelayFunctionBody() 15887 const auto &Outer = D.getTypeObject(D.getNumTypeObjects() - 1); in canDelayFunctionBody()
|
| H A D | SemaDeclAttr.cpp | 9991 for (unsigned i = 0, e = D.getNumTypeObjects(); i != e; ++i) in checkUnusedDeclAttributes() 10126 for (unsigned i = 0, e = PD.getNumTypeObjects(); i != e; ++i) { in ProcessDeclAttributes()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 2316 unsigned getNumTypeObjects() const { return DeclTypeInfo.size(); } in getNumTypeObjects() function 2521 for (unsigned I = 0, N = getNumTypeObjects(); I != N; ++I) in isFunctionDeclaratorAFunctionDeclaration() 2617 for (unsigned i = 0, e = getNumTypeObjects(); i != e; ++i) in hasAttributes()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 6210 const unsigned NumTypes = D.getNumTypeObjects(); in isPipeDeclarator() 6389 if (D.getNumTypeObjects() > 0) { in ParseDeclaratorInternal() 6391 DeclaratorChunk& InnerChunk = D.getTypeObject(D.getNumTypeObjects() - 1); in ParseDeclaratorInternal() 6736 if (D.hasName() && !D.getNumTypeObjects()) in ParseDirectDeclarator() 7497 ParmDeclarator.getNumTypeObjects() == 0) { in ParseParameterDeclarationClause() 7788 if (TempDeclarator.getNumTypeObjects() == 0) in ParseMisplacedBracketDeclarator() 7793 if (D.getNumTypeObjects() != 0) { in ParseMisplacedBracketDeclarator() 7794 switch (D.getTypeObject(D.getNumTypeObjects() - 1).Kind) { in ParseMisplacedBracketDeclarator() 7817 for (unsigned i = 0, e = TempDeclarator.getNumTypeObjects(); i < e; ++i) { in ParseMisplacedBracketDeclarator()
|
| H A D | ParseObjc.cpp | 419 if (D.getNumTypeObjects() > 0) { in addContextSensitiveTypeNullability() 1286 for (unsigned i = 0, e = D.getNumTypeObjects(); i != e; ++i) in takeDeclAttributes()
|