/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILResource.cpp | 132 StringRef ResourceBase::getKindName(ResourceKind Kind) { in getKindName() function in ResourceBase 182 OS << right_justify(getKindName(Kind), Alignment); in printKind() 201 std::string DimName = getKindName(Kind).str(); in printKind()
|
H A D | DXILResource.h | 44 static StringRef getKindName(dxil::ResourceKind Kind);
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | Patterns.cpp | 102 const char *Pattern::getKindName() const { in getKindName() function in llvm::gi::Pattern 121 OS << "(" << getKindName() << " "; in printImpl()
|
H A D | Patterns.h | 127 const char *getKindName() const;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | InlineAsm.h | 336 StringRef getKindName() const { 414 static StringRef getKindName(unsigned Kind) { getKindName() function
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | GlobalISelCombinerMatchTableEmitter.cpp |
|
H A D | GlobalISelCombinerEmitter.cpp | 179 OS << " [" << Pat->getKindName() << " '" << Pat->getName() << "']"; in print()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclPrinter.cpp | 597 Out << D->getKindName(); in VisitRecordDecl() 1074 Out << D->getKindName() << ' '; in VisitCXXRecordDecl()
|
H A D | TypePrinter.cpp | 1441 OS << D->getKindName(); in printTag() 1475 OS << " " << D->getKindName(); in printTag()
|
H A D | JSONNodeDumper.cpp | 997 JOS.attribute("tagUsed", RD->getKindName()); in VisitRecordDecl()
|
H A D | TextNodeDumper.cpp | 2080 OS << ' ' << D->getKindName(); in VisitRecordDecl()
|
H A D | Decl.cpp | 1768 OS << "(anonymous " << RD->getKindName() << ')'; in printNestedNameSpecifier()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.cpp | 56 OS << RD->getKindName() << '.'; in addRecordTypeName()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAvailability.cpp | 481 << /*Anonymous*/ 1 << TD->getKindName(); in DoEmitAvailabilityWarning()
|
H A D | SemaTemplate.cpp | 1990 << FixItHint::CreateReplacement(KWLoc, PrevRecordDecl->getKindName()); in CheckClassTemplate() 3734 << FixItHint::CreateReplacement(SourceRange(TagLoc), D->getKindName()); in ActOnTagTemplateIdType() 8178 ClassTemplate->getTemplatedDecl()->getKindName()); in ActOnClassTemplateSpecialization() 9433 ClassTemplate->getTemplatedDecl()->getKindName()); in ActOnExplicitInstantiation()
|
H A D | SemaTemplateInstantiate.cpp | 1947 TD->getKindName()); in RebuildElaboratedType()
|
H A D | SemaCodeComplete.cpp | 3936 return CTD->getTemplatedDecl()->getKindName().str(); in templateResultType()
|
H A D | SemaDeclCXX.cpp | 17563 InsertionText += RD->getKindName(); in ActOnFriendTypeDecl()
|
H A D | SemaDecl.cpp | 17502 PrevTagDecl->getKindName()); in ActOnTag()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 501 OS << "unnamed " << Decl->getKindName(); in printEntryName()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetInstrInfo.cpp | 1764 OS << F.getKindName(); in createMIROperandComment()
|
H A D | MachineInstr.cpp | 1834 OS << F.getKindName(); in print()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 3748 StringRef getKindName() const { in getKindName() function
|