/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | replace-disallow-copy-and-assign-macro.cpp | 29 #define DISALLOW_COPY_AND_ASSIGN(TypeName) argument 39 #define MY_MACRO_NAME(TypeName) argument 49 #define DISALLOW_COPY_AND_ASSIGN_FINALIZE(TypeName) \ argument
|
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | OutputSections.cpp | 39 TypeEntry *TypeName, in DebugType2TypeDieRefPatch() 45 TypeEntry *TypeName, StringEntry *String) in DebugTypeStrPatch() 50 TypeEntry *TypeName, in DebugTypeLineStrPatch() 55 DebugTypeDeclFilePatch::DebugTypeDeclFilePatch(DIE *Die, TypeEntry *TypeName, in DebugTypeDeclFilePatch()
|
H A D | OutputSections.h | 109 TypeEntry *TypeName = nullptr; member 118 TypeEntry *TypeName = nullptr; member 127 TypeEntry *TypeName = nullptr; member 136 TypeEntry *TypeName = nullptr; member
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | Matchers.cpp | 40 std::string TypeName = in matches() local
|
H A D | FormatStringConverter.cpp | 77 const std::string TypeName = UQT.getAsString(); getCorrespondingSignedTypeName() local 129 const std::string TypeName = UQT.getAsString(); getCorrespondingUnsignedTypeName() local
|
/llvm-project/mlir/include/mlir/Dialect/LLVMIR/ |
H A D | LLVMTypes.h | 61 #define DEFINE_TRIVIAL_LLVM_TYPE(ClassName, TypeName) \ argument
|
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeIndex.cpp | 95 StringRef TypeName; in printTypeIndex() local
|
/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_builtin_vars.h | 46 #define __CUDA_DISALLOW_BUILTINVAR_ACCESS(TypeName) \ argument
|
/llvm-project/clang/lib/ExtractAPI/ |
H A D | TypedefUnderlyingTypeResolver.cpp | 50 std::string TypeName = Type.getAsString(); in getSymbolReferenceForType() local
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | DeprecatedIosBaseAliasesCheck.cpp | 44 StringRef TypeName = Typedef->getName(); in check() local
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | MoveForwardingReferenceCheck.cpp | 33 const std::string TypeName = in replaceMoveWithForward() local
|
/llvm-project/clang/lib/AST/ |
H A D | InheritViz.cpp | 79 Out << " [ shape=\"box\", label=\"" << llvm::DOT::EscapeString(TypeName); in WriteNode() local
|
/llvm-project/llvm/utils/TableGen/ |
H A D | DFAEmitter.cpp | 223 CustomDfaEmitter(const UniqueVector<ActionTuple> &Actions, StringRef TypeName) member in __anonf9eb8c730211::CustomDfaEmitter 226 CustomDfaEmitter(const UniqueVector<ActionTuple> & Actions,StringRef TypeName) CustomDfaEmitter() argument
|
/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILOpBuilder.cpp | 179 return TypeName.str(); in getResRetType() local 159 constructOverloadTypeName(OverloadKind Kind,StringRef TypeName) constructOverloadTypeName() argument
|
/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_value.h | 93 char TypeName[1]; variable
|
/llvm-project/libc/utils/LibcTableGenUtil/ |
H A D | APIIndexer.cpp |
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | IdentifierNamingCheck.cpp | 326 std::string TypeName; in getDeclTypeName() local 530 std::string TypeName = getDeclTypeName(ND); in getPrefix() local 562 getDataTypePrefix(StringRef TypeName,const NamedDecl * ND,const IdentifierNamingCheck::HungarianNotationOption & HNOption) const getDataTypePrefix() argument 713 getAsteriskCount(const std::string & TypeName,const NamedDecl * ND) const getAsteriskCount() argument [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUHSAMetadataStreamer.cpp | 286 StringRef TypeName; emitKernelArg() local 340 emitKernelArg(const DataLayout & DL,Type * Ty,Align Alignment,StringRef ValueKind,unsigned & Offset,msgpack::ArrayDocNode Args,MaybeAlign PointeeAlign,StringRef Name,StringRef TypeName,StringRef BaseTypeName,StringRef ActAccQual,StringRef AccQual,StringRef TypeQual) emitKernelArg() argument
|
/llvm-project/llvm/lib/MC/MCParser/ |
H A D | WasmAsmParser.cpp | 251 auto TypeName = Lexer->getTok().getString(); in parseDirectiveType() local
|
H A D | ELFAsmParser.cpp | 416 bool ELFAsmParser::maybeParseSectionType(StringRef &TypeName) { in maybeParseSectionType() argument 545 StringRef TypeName; in ParseSectionArguments() local [all...] |
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | Consumed.h | 100 StringRef TypeName) {} in warnReturnTypestateForUnconsumableType()
|
/llvm-project/llvm/tools/llvm-c-test/ |
H A D | debuginfo.c | 290 const char *TypeName = LLVMDITypeGetName(Struct, &Len); llvm_di_type_get_name() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StdVariantChecker.cpp | 79 static bool isStdType(const Type *Type, llvm::StringRef TypeName) { in isStdType() argument
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | LinePrinter.cpp | 277 if (IsItemExcluded(TypeName, IncludeTypeFilters, ExcludeTypeFilters)) in IsTypeExcluded() argument
|
/llvm-project/libc/utils/HdrGen/ |
H A D | PublicAPICommand.cpp |
|