Home
last modified time | relevance | path

Searched defs:TypeName (Results 1 – 25 of 61) sorted by relevance

123

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dreplace-disallow-copy-and-assign-macro.cpp29 #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 DOutputSections.cpp39 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 DOutputSections.h109 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 DMatchers.cpp40 std::string TypeName = in matches() local
H A DFormatStringConverter.cpp77 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 DLLVMTypes.h61 #define DEFINE_TRIVIAL_LLVM_TYPE(ClassName, TypeName) \ argument
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp95 StringRef TypeName; in printTypeIndex() local
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_builtin_vars.h46 #define __CUDA_DISALLOW_BUILTINVAR_ACCESS(TypeName) \ argument
/llvm-project/clang/lib/ExtractAPI/
H A DTypedefUnderlyingTypeResolver.cpp50 std::string TypeName = Type.getAsString(); in getSymbolReferenceForType() local
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DDeprecatedIosBaseAliasesCheck.cpp44 StringRef TypeName = Typedef->getName(); in check() local
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DMoveForwardingReferenceCheck.cpp33 const std::string TypeName = in replaceMoveWithForward() local
/llvm-project/clang/lib/AST/
H A DInheritViz.cpp79 Out << " [ shape=\"box\", label=\"" << llvm::DOT::EscapeString(TypeName); in WriteNode() local
/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.cpp223 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 DDXILOpBuilder.cpp179 return TypeName.str(); in getResRetType() local
159 constructOverloadTypeName(OverloadKind Kind,StringRef TypeName) constructOverloadTypeName() argument
/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h93 char TypeName[1]; variable
/llvm-project/libc/utils/LibcTableGenUtil/
H A DAPIIndexer.cpp
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DIdentifierNamingCheck.cpp326 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 DAMDGPUHSAMetadataStreamer.cpp286 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 DWasmAsmParser.cpp251 auto TypeName = Lexer->getTok().getString(); in parseDirectiveType() local
H A DELFAsmParser.cpp416 bool ELFAsmParser::maybeParseSectionType(StringRef &TypeName) { in maybeParseSectionType() argument
545 StringRef TypeName; in ParseSectionArguments() local
[all...]
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DConsumed.h100 StringRef TypeName) {} in warnReturnTypestateForUnconsumableType()
/llvm-project/llvm/tools/llvm-c-test/
H A Ddebuginfo.c290 const char *TypeName = LLVMDITypeGetName(Struct, &Len); llvm_di_type_get_name() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdVariantChecker.cpp79 static bool isStdType(const Type *Type, llvm::StringRef TypeName) { in isStdType() argument
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp277 if (IsItemExcluded(TypeName, IncludeTypeFilters, ExcludeTypeFilters)) in IsTypeExcluded() argument
/llvm-project/libc/utils/HdrGen/
H A DPublicAPICommand.cpp

123