Home
last modified time | relevance | path

Searched refs:clang_ast (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp106 GetBuiltinTypeForPDBEncodingAndBitSize(TypeSystemClang &clang_ast, in GetBuiltinTypeForPDBEncodingAndBitSize() argument
109 clang::ASTContext &ast = clang_ast.getASTContext(); in GetBuiltinTypeForPDBEncodingAndBitSize()
117 return clang_ast.GetBasicType(eBasicTypeVoid); in GetBuiltinTypeForPDBEncodingAndBitSize()
119 return clang_ast.GetBasicType(eBasicTypeChar); in GetBuiltinTypeForPDBEncodingAndBitSize()
121 return clang_ast.GetBasicType(eBasicTypeBool); in GetBuiltinTypeForPDBEncodingAndBitSize()
124 return CompilerType(clang_ast.weak_from_this(), in GetBuiltinTypeForPDBEncodingAndBitSize()
127 return CompilerType(clang_ast.weak_from_this(), in GetBuiltinTypeForPDBEncodingAndBitSize()
132 return CompilerType(clang_ast.weak_from_this(), in GetBuiltinTypeForPDBEncodingAndBitSize()
135 return CompilerType(clang_ast.weak_from_this(), in GetBuiltinTypeForPDBEncodingAndBitSize()
140 return CompilerType(clang_ast.weak_from_this(), in GetBuiltinTypeForPDBEncodingAndBitSize()
[all …]
/openbsd/src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp762 TypeSystemClang *clang_ast = GetASTMap().Lookup(ast); in GetASTContext() local
763 return clang_ast; in GetASTContext()
4658 clang::ASTContext &clang_ast = getASTContext(); in CreateTypedef() local
4667 clang::TypedefDecl::CreateDeserialized(clang_ast, 0); in CreateTypedef()
4669 decl->setDeclName(&clang_ast.Idents.get(typedef_name)); in CreateTypedef()
4670 decl->setTypeSourceInfo(clang_ast.getTrivialTypeSourceInfo(qual_type)); in CreateTypedef()
4691 return GetType(clang_ast.getTypedefType(decl)); in CreateTypedef()
7393 clang::ASTContext &clang_ast = ast->getASTContext(); in AddFieldToRecordType() local
7396 ident = &clang_ast.Idents.get(name); in AddFieldToRecordType()
7402 llvm::APInt bitfield_bit_size_apint(clang_ast.getTypeSize(clang_ast.IntTy), in AddFieldToRecordType()
[all …]
/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.cpp1506 auto clang_ast = ts.dyn_cast_or_null<TypeSystemClang>(); in GetVariableValue() local
1508 if (!clang_ast) { in GetVariableValue()
1625 auto clang_ast = in AddOneVariable() local
1628 if (!clang_ast) { in AddOneVariable()