Searched refs:getNumTypeObjects (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaType.cpp | 55 if (D.getNumTypeObjects() == 0) in isOmittedBlockReturnType() 58 if (D.getNumTypeObjects() == 1 && in isOmittedBlockReturnType() 205 return chunkIndex == declarator.getNumTypeObjects(); in isProcessingDeclSpec() 213 assert(idx <= declarator.getNumTypeObjects()); in setCurrentChunkIndex() 362 assert(i <= declarator.getNumTypeObjects()); in maybeMovePastReturnType() 741 state.setCurrentChunkIndex(declarator.getNumTypeObjects()); in maybeSynthesizeBlockSignature() 2780 End = D.getNumTypeObjects(); in diagnoseRedundantReturnTypeQualifiers() 2975 !D.getNumTypeObjects() && in GetDeclSpecTypeForDeclarator() 4620 if (chunkIndex + 1 < D.getNumTypeObjects()) { in GetFullTypeForDeclarator() 5977 if (maybeMovePastReturnType(D, D.getNumTypeObjects(), in handleObjCOwnershipTypeAttr() [all …]
|
| H A D | SemaTemplateVariadic.cpp | 872 for (unsigned I = 0, N = D.getNumTypeObjects(); I != N; ++I) { in containsUnexpandedParameterPacks()
|
| H A D | SemaLambda.cpp | 853 if (ParamInfo.getNumTypeObjects() == 0) { in ActOnStartOfLambdaDefinition()
|
| H A D | SemaDeclCXX.cpp | 384 for (unsigned i = 0, e = D.getNumTypeObjects(); i != e; ++i) { in CheckExtraCXXDefaultArguments() 768 D.hasGroupingParens() || D.getNumTypeObjects() > 1 || in ActOnDecompositionDeclarator() 769 (D.getNumTypeObjects() == 1 && in ActOnDecompositionDeclarator() 773 (D.getNumTypeObjects() && in ActOnDecompositionDeclarator()
|
| H A D | SemaExprCXX.cpp | 1671 if (D.getNumTypeObjects() > 0 && in ActOnCXXNew() 1690 for (unsigned I = 0, N = D.getNumTypeObjects(); I < N; ++I) { in ActOnCXXNew()
|
| H A D | SemaDecl.cpp | 5159 for (unsigned I = 0, E = D.getNumTypeObjects(); I != E; ++I) { in RebuildDeclaratorInCurrentInstantiation() 6217 for (unsigned I = 0, E = PD.getNumTypeObjects(); I != E; ++I) { in hasParsedAttr() 13034 if (D.getNumTypeObjects()) { in canDelayFunctionBody() 13035 const auto &Outer = D.getTypeObject(D.getNumTypeObjects() - 1); in canDelayFunctionBody()
|
| H A D | SemaDeclAttr.cpp | 7145 for (unsigned i = 0, e = D.getNumTypeObjects(); i != e; ++i) in checkUnusedDeclAttributes() 7257 for (unsigned i = 0, e = PD.getNumTypeObjects(); i != e; ++i) in ProcessDeclAttributes()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 2175 unsigned getNumTypeObjects() const { return DeclTypeInfo.size(); } in getNumTypeObjects() function 2376 for (unsigned I = 0, N = getNumTypeObjects(); I != N; ++I) in isFunctionDeclaratorAFunctionDeclaration() 2416 for (unsigned i = 0, e = getNumTypeObjects(); i != e; ++i) in hasAttributes()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 5309 const unsigned NumTypes = D.getNumTypeObjects(); in isPipeDeclerator() 5478 if (D.getNumTypeObjects() > 0) { in ParseDeclaratorInternal() 5480 DeclaratorChunk& InnerChunk = D.getTypeObject(D.getNumTypeObjects() - 1); in ParseDeclaratorInternal() 5823 if (D.hasName() && !D.getNumTypeObjects()) in ParseDirectDeclarator() 6430 ParmDeclarator.getNumTypeObjects() == 0) { in ParseParameterDeclarationClause() 6687 if (TempDeclarator.getNumTypeObjects() == 0) in ParseMisplacedBracketDeclarator() 6692 if (D.getNumTypeObjects() != 0) { in ParseMisplacedBracketDeclarator() 6693 switch (D.getTypeObject(D.getNumTypeObjects() - 1).Kind) { in ParseMisplacedBracketDeclarator() 6716 for (unsigned i = 0, e = TempDeclarator.getNumTypeObjects(); i < e; ++i) { in ParseMisplacedBracketDeclarator()
|
| H A D | ParseObjc.cpp | 384 if (D.getNumTypeObjects() > 0) { in addContextSensitiveTypeNullability() 1216 for (unsigned i = 0, e = D.getNumTypeObjects(); i != e; ++i) in takeDeclAttributes()
|