Home
last modified time | relevance | path

Searched refs:getKeyword (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td436 let Read = [{ node->getKeyword() }];
520 let Read = [{ node->getKeyword() }];
665 let Read = [{ node->getKeyword() }];
786 let Read = [{ node->getKeyword() }];
H A DType.h5025 return getKeyword() == AutoTypeKeyword::DecltypeAuto;
5028 AutoTypeKeyword getKeyword() const {
5033 Profile(ID, Context, getDeducedType(), getKeyword(), isDependentType(),
5366 ElaboratedTypeKeyword getKeyword() const {
5465 Profile(ID, getKeyword(), NNS, NamedType, getOwnedTagDecl());
5525 Profile(ID, getKeyword(), NNS, Name);
5597 Profile(ID, Context, getKeyword(), NNS, Name, {getArgs(), getNumArgs()});
H A DTypeLoc.h2061 return getTypePtr()->getKeyword(); in getAutoKeyword()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypePrinter.cpp1138 switch (T->getKeyword()) { in printAutoBefore()
1494 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printElaboratedBefore()
1495 if (T->getKeyword() != ETK_None) in printElaboratedBefore()
1532 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printDependentNameBefore()
1533 if (T->getKeyword() != ETK_None) in printDependentNameBefore()
1549 OS << TypeWithKeyword::getKeywordName(T->getKeyword()); in printDependentTemplateSpecializationBefore()
1550 if (T->getKeyword() != ETK_None) in printDependentTemplateSpecializationBefore()
H A DQualTypeNames.cpp437 Keyword = ETypeInput->getKeyword(); in getFullyQualifiedType()
H A DODRHash.cpp859 ID.AddInteger((unsigned)T->getKeyword()); in VisitAutoType()
1068 ID.AddInteger(T->getKeyword()); in VisitTypeWithKeyword()
H A DType.cpp1182 return Ctx.getAutoType(deducedType, T->getKeyword(), in SUGARED_TYPE_CLASS()
2912 Keyword = Elab->getKeyword(); in isElaboratedTypeSpecifier()
2914 Keyword = DepName->getKeyword(); in isElaboratedTypeSpecifier()
2917 Keyword = DepTST->getKeyword(); in isElaboratedTypeSpecifier()
H A DASTStructuralEquivalence.cpp1086 if (Elab1->getKeyword() != Elab2->getKeyword()) in IsStructurallyEquivalent()
H A DJSONNodeDumper.cpp654 switch (AT->getKeyword()) { in VisitAutoType()
H A DItaniumMangle.cpp3816 switch (T->getKeyword()) { in mangleType()
3911 assert(T->getKeyword() != AutoTypeKeyword::GNUAutoType && in mangleType()
H A DASTImporter.cpp1376 *ToDeducedTypeOrErr, T->getKeyword(), /*IsDependent*/false, in VisitAutoType()
1510 return Importer.getToContext().getElaboratedType(T->getKeyword(), in VisitElaboratedType()
1542 T->getKeyword(), *ToQualifierOrErr, ToName, ToPack); in VisitDependentTemplateSpecializationType()
1561 return Importer.getToContext().getDependentNameType(T->getKeyword(), in VisitDependentNameType()
H A DMicrosoftMangle.cpp2600 assert(AT->getKeyword() != AutoTypeKeyword::GNUAutoType && in mangleFunctionType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h927 const char *getKeyword() const { in getKeyword() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp3359 (Auto && Auto->getKeyword() != AutoTypeKeyword::GNUAutoType); in GetDeclSpecTypeForDeclarator()
3380 Auto->getKeyword() != AutoTypeKeyword::Auto) { in GetDeclSpecTypeForDeclarator()
3392 Auto->getKeyword() != AutoTypeKeyword::Auto) { in GetDeclSpecTypeForDeclarator()
3510 switch (Auto->getKeyword()) { in GetDeclSpecTypeForDeclarator()
4980 cast<AutoType>(T)->getKeyword() != in GetFullTypeForDeclarator()
H A DTreeTransform.h4780 T = SemaRef.Context.getAutoType(Deduced, AutoTy->getKeyword(), in RebuildQualifiedType()
6544 Result = getDerived().RebuildAutoType(NewDeduced, T->getKeyword(), NewCD, in TransformAutoType()
6639 TL.getTypePtr()->getKeyword(), in TransformDependentTemplateSpecializationType()
6700 if (T->getKeyword() != ETK_None && T->getKeyword() != ETK_Typename) { in TransformElaboratedType()
6709 << ElaboratedType::getTagTypeKindForKeyword(T->getKeyword()); in TransformElaboratedType()
6720 T->getKeyword(), in TransformElaboratedType()
6840 = getDerived().RebuildDependentNameType(T->getKeyword(), in TransformDependentNameType()
6900 T->getKeyword(), QualifierLoc, TL.getTemplateKeywordLoc(), in TransformDependentTemplateSpecializationType()
H A DSemaTemplateDeduction.cpp4611 Replacement, TL.getTypePtr()->getKeyword(), Replacement.isNull(), in TransformAutoType()
H A DSemaTemplate.cpp5312 if (ETLoc.getTypePtr()->getKeyword() != ETK_None) in convertTypeTemplateArgumentToTemplate()
H A DSemaDecl.cpp13559 << (AT ? (unsigned)AT->getKeyword() : 3) << Deduced in BuildDeclaratorGroup()