| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVAttributes.h | 62 static StringRef getKindName(); 94 static StringRef getKindName(); 146 static StringRef getKindName();
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/ |
| H A D | SPIRVAttributes.cpp | 141 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 D | Modularize.cpp | 438 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 D | InlineAsm.h | 406 static StringRef getKindName(unsigned Kind) { in getKindName() function
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Hover.cpp | 87 return ("(anonymous " + RD->getKindName() + ")").str(); in getLocalScope() 166 OS << TT->getDecl()->getKindName() << " "; in printType()
|
| H A D | FindSymbols.cpp | 213 OS << TD->getKindName(); in getSymbolDetail()
|
| H A D | AST.cpp | 244 return ("(anonymous " + Cls->getKindName() + ")").str(); in printName()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | DeclPrinter.cpp | 555 Out << D->getKindName(); in VisitRecordDecl() 991 Out << D->getKindName(); in VisitCXXRecordDecl()
|
| H A D | TypePrinter.cpp | 1330 OS << D->getKindName(); in printTag() 1364 OS << " " << D->getKindName(); in printTag()
|
| H A D | JSONNodeDumper.cpp | 877 JOS.attribute("tagUsed", RD->getKindName()); in VisitRecordDecl()
|
| H A D | TextNodeDumper.cpp | 1637 OS << ' ' << D->getKindName(); in VisitRecordDecl()
|
| H A D | Decl.cpp | 1708 OS << "(anonymous " << RD->getKindName() << ')'; in printNestedNameSpecifier()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaAvailability.cpp | 388 << /*Anonymous*/ 1 << TD->getKindName(); in DoEmitAvailabilityWarning()
|
| H A D | SemaTemplate.cpp | 1905 << 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 D | SemaTemplateInstantiate.cpp | 1358 TD->getKindName()); in RebuildElaboratedType()
|
| H A D | SemaCodeComplete.cpp | 3818 return CTD->getTemplatedDecl()->getKindName().str(); in templateResultType()
|
| H A D | SemaDeclCXX.cpp | 16672 InsertionText += RD->getKindName(); in CheckFriendTypeDecl()
|
| H A D | SemaDecl.cpp | 16631 PrevTagDecl->getKindName()); in ActOnTag()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.cpp | 54 OS << RD->getKindName() << '.'; in addRecordTypeName()
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 527 OS << "unnamed " << Decl->getKindName(); in printEntryName()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 517 return ("(anonymous " + Node.getKindName() + ")").toStringRef(Scratch); in getNodeName()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetInstrInfo.cpp | 1379 OS << InlineAsm::getKindName(Kind); in createMIROperandComment()
|
| H A D | MachineInstr.cpp | 1690 OS << InlineAsm::getKindName(InlineAsm::getKind(Flag)); in print()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Decl.h | 3559 StringRef getKindName() const { in getKindName() function
|