Searched refs:getNumTypeObjects (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 57 if (D.getNumTypeObjects() == 0) in isOmittedBlockReturnType() 60 if (D.getNumTypeObjects() == 1 && in isOmittedBlockReturnType() 214 return chunkIndex == declarator.getNumTypeObjects(); in isProcessingDeclSpec() 222 assert(idx <= declarator.getNumTypeObjects()); in setCurrentChunkIndex() 398 assert(i <= declarator.getNumTypeObjects()); in maybeMovePastReturnType() 777 state.setCurrentChunkIndex(declarator.getNumTypeObjects()); in maybeSynthesizeBlockSignature() 3163 End = D.getNumTypeObjects(); in diagnoseRedundantReturnTypeQualifiers() 3478 !D.getNumTypeObjects() && in GetDeclSpecTypeForDeclarator() 4801 !hasOuterPointerLikeChunk(D, D.getNumTypeObjects())) { in GetFullTypeForDeclarator() 5156 if (chunkIndex + 1 < D.getNumTypeObjects()) { in GetFullTypeForDeclarator() [all …]
|
| H A D | SemaTemplateVariadic.cpp | 916 for (unsigned I = 0, N = D.getNumTypeObjects(); I != N; ++I) { in containsUnexpandedParameterPacks()
|
| H A D | SemaLambda.cpp | 921 if (ParamInfo.getNumTypeObjects() == 0) { in ActOnStartOfLambdaDefinition()
|
| H A D | SemaDeclCXX.cpp | 401 for (unsigned i = 0, e = D.getNumTypeObjects(); i != e; ++i) { in CheckExtraCXXDefaultArguments() 819 D.hasGroupingParens() || D.getNumTypeObjects() > 1 || in ActOnDecompositionDeclarator() 820 (D.getNumTypeObjects() == 1 && in ActOnDecompositionDeclarator() 824 (D.getNumTypeObjects() && in ActOnDecompositionDeclarator()
|
| H A D | SemaExprCXX.cpp | 1794 if (D.getNumTypeObjects() > 0 && in ActOnCXXNew() 1813 for (unsigned I = 0, N = D.getNumTypeObjects(); I < N; ++I) { in ActOnCXXNew()
|
| H A D | SemaDecl.cpp | 5610 for (unsigned I = 0, E = D.getNumTypeObjects(); I != E; ++I) { in RebuildDeclaratorInCurrentInstantiation() 6765 for (unsigned I = 0, E = PD.getNumTypeObjects(); I != E; ++I) { in hasParsedAttr() 14385 if (D.getNumTypeObjects()) { in canDelayFunctionBody() 14386 const auto &Outer = D.getTypeObject(D.getNumTypeObjects() - 1); in canDelayFunctionBody()
|
| H A D | SemaDeclAttr.cpp | 8576 for (unsigned i = 0, e = D.getNumTypeObjects(); i != e; ++i) in checkUnusedDeclAttributes() 8689 for (unsigned i = 0, e = PD.getNumTypeObjects(); i != e; ++i) in ProcessDeclAttributes()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 2236 unsigned getNumTypeObjects() const { return DeclTypeInfo.size(); } in getNumTypeObjects() function 2439 for (unsigned I = 0, N = getNumTypeObjects(); I != N; ++I) in isFunctionDeclaratorAFunctionDeclaration() 2530 for (unsigned i = 0, e = getNumTypeObjects(); i != e; ++i) in hasAttributes()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 5690 const unsigned NumTypes = D.getNumTypeObjects(); in isPipeDeclerator() 5864 if (D.getNumTypeObjects() > 0) { in ParseDeclaratorInternal() 5866 DeclaratorChunk& InnerChunk = D.getTypeObject(D.getNumTypeObjects() - 1); in ParseDeclaratorInternal() 6206 if (D.hasName() && !D.getNumTypeObjects()) in ParseDirectDeclarator() 6890 ParmDeclarator.getNumTypeObjects() == 0) { in ParseParameterDeclarationClause() 7173 if (TempDeclarator.getNumTypeObjects() == 0) in ParseMisplacedBracketDeclarator() 7178 if (D.getNumTypeObjects() != 0) { in ParseMisplacedBracketDeclarator() 7179 switch (D.getTypeObject(D.getNumTypeObjects() - 1).Kind) { in ParseMisplacedBracketDeclarator() 7202 for (unsigned i = 0, e = TempDeclarator.getNumTypeObjects(); i < e; ++i) { in ParseMisplacedBracketDeclarator()
|
| H A D | ParseObjc.cpp | 384 if (D.getNumTypeObjects() > 0) { in addContextSensitiveTypeNullability() 1235 for (unsigned i = 0, e = D.getNumTypeObjects(); i != e; ++i) in takeDeclAttributes()
|