Searched refs:TypeClass (Results 26 - 48 of 48) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp403 CachedResult.TypeClass = STC_Void;
408 CachedResult.TypeClass = getSimplifiedTypeClass(CanUsageType);
458 CachedResult.TypeClass = STC_Void;
494 CachedResult.TypeClass = STC_Void;
2098 if (ExpectedSTC == C->TypeClass) {
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h216 virtual lldb::TypeClass GetTypeClass(lldb::opaque_compiler_type_t type) = 0;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h207 lldb::TypeClass type_mask,
H A DSymbolFileDWARFDebugMap.cpp1055 lldb::TypeClass type_mask,
H A DSymbolFileDWARF.cpp368 TypeClass type_mask, TypeList &type_list)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp299 lldb::TypeClass CompilerType::GetTypeClass() const {
H A DVariable.cpp556 const lldb::TypeClass type_class = compiler_type.GetTypeClass();
H A DType.cpp665 TypeClass &type_class) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h262 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(Type::TypeClass, getTypeClass)
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h293 SimplifiedTypeClass TypeClass; member in struct:clang::ASTUnit::CachedCodeCompletionResult
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp359 const clang::Type::TypeClass type_class = qual_type->getTypeClass();
435 const clang::Type::TypeClass type_class = qual_type->getTypeClass();
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp118 ArrayType::ArrayType(TypeClass tc, QualType et, QualType can,
285 MatrixType::MatrixType(TypeClass tc, QualType matrixType, QualType canonType,
308 ConstantMatrixType::ConstantMatrixType(TypeClass tc, QualType matrixType,
336 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements,
3317 TypedefType::TypedefType(TypeClass tc, const TypedefNameDecl *D, QualType can)
3404 TagType::TagType(TypeClass TC, const TagDecl *D, QualType can)
H A DASTStructuralEquivalence.cpp447 Type::TypeClass TC = T1->getTypeClass();
H A DTypePrinter.cpp199 Type::TypeClass TC = T->getTypeClass();
H A DASTContext.cpp9411 Type::TypeClass LHSClass = LHSCan->getTypeClass();
9412 Type::TypeClass RHSClass = RHSCan->getTypeClass();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h679 lldb::TypeClass GetTypeClass(lldb::opaque_compiler_type_t type) override;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp981 TypeClass type_class = eTypeClassAny;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1562 TypeClass type_mask,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1619 TypeClass type_mask,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp138 static TypeCode getTypeCodeForTypeClass(Type::TypeClass id) {
H A DASTReader.cpp6363 static llvm::Optional<Type::TypeClass> getTypeClassForCode(TypeCode code) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp1542 Type::TypeClass TyClass = CanTo->getTypeClass();
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]

Completed in 501 milliseconds

12