Home
last modified time | relevance | path

Searched refs:TypeClass (Results 1 – 25 of 46) sorted by relevance

12

/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstantsContext.h354 using TypeClass = Type;
358 using TypeClass = PointerType;
362 using TypeClass = ArrayType;
366 using TypeClass = StructType;
370 using TypeClass = VectorType;
406 using TypeClass = typename ConstantInfo<ConstantClass>::TypeClass;
454 using TypeClass = ConstantInfo<InlineAsm>::TypeClass;
456 InlineAsm *create(TypeClass *Ty) const {
527 using TypeClass = ConstantInfo<ConstantExpr>::TypeClass;
529 ConstantExpr *create(TypeClass *Ty) const {
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DTypeList.cpp111 TypeClass type_class = eTypeClassAny; in RemoveMismatchedTypes()
123 TypeClass type_class, bool exact_match) { in RemoveMismatchedTypes()
135 TypeClass match_type_class = eTypeClassAny; in RemoveMismatchedTypes()
194 void TypeList::RemoveMismatchedTypes(TypeClass type_class) { in RemoveMismatchedTypes()
208 TypeClass match_type_class = in RemoveMismatchedTypes()
H A DTypeMap.cpp154 TypeClass type_class = eTypeClassAny; in RemoveMismatchedTypes()
166 TypeClass type_class, bool exact_match) { in RemoveMismatchedTypes()
178 TypeClass match_type_class = eTypeClassAny; in RemoveMismatchedTypes()
237 void TypeMap::RemoveMismatchedTypes(TypeClass type_class) { in RemoveMismatchedTypes()
251 TypeClass match_type_class = in RemoveMismatchedTypes()
H A DClangASTContext.cpp2648 const clang::Type::TypeClass type_class = qual_type->getTypeClass(); in GetDeclContextForType()
2684 const clang::Type::TypeClass type_class = qual_type->getTypeClass(); in GetCompleteQualType()
2842 const clang::Type::TypeClass type_class = qual_type->getTypeClass(); in IsAggregateType()
2879 const clang::Type::TypeClass type_class = qual_type->getTypeClass(); in IsAnonymousType()
2919 const clang::Type::TypeClass type_class = qual_type->getTypeClass(); in IsArrayType()
3004 const clang::Type::TypeClass type_class = qual_type->getTypeClass(); in IsVectorType()
3157 const clang::Type::TypeClass type_class = qual_type->getTypeClass(); in IsHomogeneousAggregate()
3700 const clang::Type::TypeClass type_class = qual_type->getTypeClass(); in IsClassType()
3825 const clang::Type::TypeClass pointee_type_class = in IsPossibleDynamicType()
4342 lldb::TypeClass
[all …]
H A DClangASTImporter.cpp329 const clang::Type::TypeClass type_class = qual_type->getTypeClass(); in CanImport()
405 const clang::Type::TypeClass type_class = qual_type->getTypeClass(); in Import()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DLocInfoType.h39 : Type((TypeClass)LocInfo, ty, ty->isDependentType(), in LocInfoType()
43 assert(getTypeClass() == (TypeClass)LocInfo && "LocInfo didn't fit in TC?"); in LocInfoType()
55 return T->getTypeClass() == (TypeClass)LocInfo; in classof()
H A DTypeLoc.h354 template <class Base, class Derived, class TypeClass, class LocalData>
368 return TypeClass::classof(Ty); in classofType()
403 const TypeClass *getTypePtr() const { in getTypePtr()
404 return cast<TypeClass>(Base::getTypePtr()); in getTypePtr()
479 template <class Base, class Derived, class TypeClass>
484 return TypeClass::classof(Ty); in classofType()
496 const TypeClass *getTypePtr() const { in getTypePtr()
497 return cast<TypeClass>(Base::getTypePtr()); in getTypePtr()
1174 TypeClass, LocalData> {
1772 template <class Derived, class TypeClass, class LocalData = TypeofLocInfo>
[all …]
H A DType.h1409 enum TypeClass {
1770 Type(TypeClass tc, QualType canon, bool Dependent,
1811 TypeClass getTypeClass() const { return static_cast<TypeClass>(TypeBits.TC); }
2834 ArrayType(TypeClass tc, QualType et, QualType can,
2884 ConstantArrayType(TypeClass tc, QualType et, QualType can,
3223 unsigned NumElements, TypeClass TypeClass,
3227 ID.AddInteger(TypeClass);
3597 FunctionType(TypeClass tc, QualType res,
4355 TagType(TypeClass TC, const TagDecl *D, QualType can);
4376 explicit RecordType(TypeClass TC, RecordDecl *D)
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DTypeList.h60 lldb::TypeClass type_class, bool exact_match);
62 void RemoveMismatchedTypes(lldb::TypeClass type_class);
H A DTypeMap.h62 lldb::TypeClass type_class, bool exact_match);
64 void RemoveMismatchedTypes(lldb::TypeClass type_class);
H A DSymbolVendor.h126 lldb::TypeClass type_mask, TypeList &type_list);
H A DSymbolFile.h211 lldb::TypeClass type_mask,
H A DCompilerType.h182 lldb::TypeClass GetTypeClass() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCompileUnit.cpp149 TypeClass type_class = static_cast<TypeClass>(type_mask); in GetTypes()
H A DSBModule.cpp493 TypeClass type_class = static_cast<TypeClass>(type_mask); in GetTypes()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.h86 lldb::TypeClass type_mask,
H A DSymbolFileSymtab.cpp49 TypeClass type_mask, in GetTypes()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h102 size_t GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask, in GetTypes()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h809 FLAGS_ENUM(TypeClass){ in FLAGS_ENUM() argument
824 LLDB_MARK_AS_BITMASK_ENUM(TypeClass)
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBType.h187 lldb::TypeClass GetTypeClass();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h155 lldb::TypeClass type_mask,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h130 size_t GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h128 lldb::TypeClass type_mask,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp402 CachedResult.TypeClass = STC_Void; in CacheCodeCompletionResults()
407 CachedResult.TypeClass = getSimplifiedTypeClass(CanUsageType); in CacheCodeCompletionResults()
458 CachedResult.TypeClass = STC_Void; in CacheCodeCompletionResults()
494 CachedResult.TypeClass = STC_Void; in CacheCodeCompletionResults()
2067 if (ExpectedSTC == C->TypeClass) { in ProcessCodeCompleteResults()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DASTUnit.h288 SimplifiedTypeClass TypeClass; member

12