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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp103 GetBuiltinTypeForPDBEncodingAndBitSize(ClangASTContext &clang_ast, argument
106 clang::ASTContext &ast = clang_ast.getASTContext();
114 return clang_ast.GetBasicType(eBasicTypeVoid);
116 return clang_ast.GetBasicType(eBasicTypeChar);
118 return clang_ast.GetBasicType(eBasicTypeBool);
121 return CompilerType(&clang_ast, ast.LongTy.getAsOpaquePtr());
123 return CompilerType(&clang_ast, ast.LongLongTy.getAsOpaquePtr());
127 return CompilerType(&clang_ast, ast.UnsignedLongTy.getAsOpaquePtr());
129 return CompilerType(&clang_ast, ast.UnsignedLongLongTy.getAsOpaquePtr());
133 return CompilerType(&clang_ast, as
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp716 ClangASTContext *clang_ast = GetASTMap().Lookup(ast); local
717 return clang_ast;
4223 clang::ASTContext &clang_ast = ast->getASTContext();
4232 clang_ast, decl_ctx, clang::SourceLocation(), clang::SourceLocation(),
4233 &clang_ast.Idents.get(typedef_name),
4234 clang_ast.getTrivialTypeSourceInfo(qual_type));
4241 return ast->GetType(clang_ast.getTypedefType(decl));
4330 clang::ASTContext &clang_ast = getASTContext(); local
4339 clang_ast, decl_ctx, clang::SourceLocation(), clang::SourceLocation(),
4340 &clang_ast
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1502 ClangASTContext *clang_ast = llvm::dyn_cast_or_null<ClangASTContext>( local
1505 if (!clang_ast) {

Completed in 70 milliseconds