Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp103 GetBuiltinTypeForPDBEncodingAndBitSize(TypeSystemClang &clang_ast, in GetBuiltinTypeForPDBEncodingAndBitSize() argument
106 clang::ASTContext &ast = clang_ast.getASTContext(); in GetBuiltinTypeForPDBEncodingAndBitSize()
114 return clang_ast.GetBasicType(eBasicTypeVoid); in GetBuiltinTypeForPDBEncodingAndBitSize()
116 return clang_ast.GetBasicType(eBasicTypeChar); in GetBuiltinTypeForPDBEncodingAndBitSize()
118 return clang_ast.GetBasicType(eBasicTypeBool); in GetBuiltinTypeForPDBEncodingAndBitSize()
121 return CompilerType(&clang_ast, ast.LongTy.getAsOpaquePtr()); in GetBuiltinTypeForPDBEncodingAndBitSize()
123 return CompilerType(&clang_ast, ast.LongLongTy.getAsOpaquePtr()); in GetBuiltinTypeForPDBEncodingAndBitSize()
127 return CompilerType(&clang_ast, ast.UnsignedLongTy.getAsOpaquePtr()); in GetBuiltinTypeForPDBEncodingAndBitSize()
129 return CompilerType(&clang_ast, ast.UnsignedLongLongTy.getAsOpaquePtr()); in GetBuiltinTypeForPDBEncodingAndBitSize()
133 return CompilerType(&clang_ast, ast.WCharTy.getAsOpaquePtr()); in GetBuiltinTypeForPDBEncodingAndBitSize()
[all …]
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp768 TypeSystemClang *clang_ast = GetASTMap().Lookup(ast); in GetASTContext() local
769 return clang_ast; in GetASTContext()
4413 clang::ASTContext &clang_ast = ast->getASTContext(); in CreateTypedefType() local
4422 clang::TypedefDecl::CreateDeserialized(clang_ast, 0); in CreateTypedefType()
4424 decl->setDeclName(&clang_ast.Idents.get(typedef_name)); in CreateTypedefType()
4425 decl->setTypeSourceInfo(clang_ast.getTrivialTypeSourceInfo(qual_type)); in CreateTypedefType()
4433 return ast->GetType(clang_ast.getTypedefType(decl)); in CreateTypedefType()
4520 clang::ASTContext &clang_ast = getASTContext(); in CreateTypedef() local
4529 clang_ast, decl_ctx, clang::SourceLocation(), clang::SourceLocation(), in CreateTypedef()
4530 &clang_ast.Idents.get(typedef_name), in CreateTypedef()
[all …]
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.cpp1477 TypeSystemClang *clang_ast = llvm::dyn_cast_or_null<TypeSystemClang>( in GetVariableValue() local
1480 if (!clang_ast) { in GetVariableValue()