Home
last modified time | relevance | path

Searched refs:getKindName (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVAttributes.h62 static StringRef getKindName();
94 static StringRef getKindName();
146 static StringRef getKindName();
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVAttributes.cpp141 StringRef spirv::InterfaceVarABIAttr::getKindName() { in getKindName() function in spirv::InterfaceVarABIAttr
215 StringRef spirv::VerCapExtAttr::getKindName() { return "vce"; } in getKindName() function in spirv::VerCapExtAttr
295 StringRef spirv::TargetEnvAttr::getKindName() { return "target_env"; } in getKindName() function in spirv::TargetEnvAttr
586 if (attrKind == spirv::TargetEnvAttr::getKindName()) in parseAttribute()
588 if (attrKind == spirv::VerCapExtAttr::getKindName()) in parseAttribute()
590 if (attrKind == spirv::InterfaceVarABIAttr::getKindName()) in parseAttribute()
604 printer << spirv::VerCapExtAttr::getKindName() << "<" in print()
617 printer << spirv::TargetEnvAttr::getKindName() << "<#spv."; in print()
635 printer << spirv::InterfaceVarABIAttr::getKindName() << "<(" in print()
/llvm-project-15.0.7/clang-tools-extra/modularize/
H A DModularize.cpp438 StringRef getKindName() { return getKindName(Kind); } in getKindName() function
439 static StringRef getKindName(EntryKind kind);
443 StringRef Entry::getKindName(Entry::EntryKind kind) { in getKindName() function in Entry
943 StringRef kindName = Entry::getKindName((Entry::EntryKind)KindIndex); in main()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInlineAsm.h406 static StringRef getKindName(unsigned Kind) { in getKindName() function
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DHover.cpp87 return ("(anonymous " + RD->getKindName() + ")").str(); in getLocalScope()
166 OS << TT->getDecl()->getKindName() << " "; in printType()
H A DFindSymbols.cpp213 OS << TD->getKindName(); in getSymbolDetail()
H A DAST.cpp244 return ("(anonymous " + Cls->getKindName() + ")").str(); in printName()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclPrinter.cpp555 Out << D->getKindName(); in VisitRecordDecl()
991 Out << D->getKindName(); in VisitCXXRecordDecl()
H A DTypePrinter.cpp1330 OS << D->getKindName(); in printTag()
1364 OS << " " << D->getKindName(); in printTag()
H A DJSONNodeDumper.cpp877 JOS.attribute("tagUsed", RD->getKindName()); in VisitRecordDecl()
H A DTextNodeDumper.cpp1637 OS << ' ' << D->getKindName(); in VisitRecordDecl()
H A DDecl.cpp1708 OS << "(anonymous " << RD->getKindName() << ')'; in printNestedNameSpecifier()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAvailability.cpp388 << /*Anonymous*/ 1 << TD->getKindName(); in DoEmitAvailabilityWarning()
H A DSemaTemplate.cpp1905 << FixItHint::CreateReplacement(KWLoc, PrevRecordDecl->getKindName()); in CheckClassTemplate()
4137 << FixItHint::CreateReplacement(SourceRange(TagLoc), D->getKindName()); in ActOnTagTemplateIdType()
8398 ClassTemplate->getTemplatedDecl()->getKindName()); in ActOnClassTemplateSpecialization()
9643 ClassTemplate->getTemplatedDecl()->getKindName()); in ActOnExplicitInstantiation()
H A DSemaTemplateInstantiate.cpp1358 TD->getKindName()); in RebuildElaboratedType()
H A DSemaCodeComplete.cpp3818 return CTD->getTemplatedDecl()->getKindName().str(); in templateResultType()
H A DSemaDeclCXX.cpp16672 InsertionText += RD->getKindName(); in CheckFriendTypeDecl()
H A DSemaDecl.cpp16631 PrevTagDecl->getKindName()); in ActOnTag()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenTypes.cpp54 OS << RD->getKindName() << '.'; in addRecordTypeName()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendActions.cpp527 OS << "unnamed " << Decl->getKindName(); in printEntryName()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp517 return ("(anonymous " + Node.getKindName() + ")").toStringRef(Scratch); in getNodeName()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1379 OS << InlineAsm::getKindName(Kind); in createMIROperandComment()
H A DMachineInstr.cpp1690 OS << InlineAsm::getKindName(InlineAsm::getKind(Flag)); in print()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h3559 StringRef getKindName() const { in getKindName() function