Searched refs:clang_ast (Results 1 – 3 of 3) sorted by relevance
106 GetBuiltinTypeForPDBEncodingAndBitSize(TypeSystemClang &clang_ast, in GetBuiltinTypeForPDBEncodingAndBitSize() argument109 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 …]
762 TypeSystemClang *clang_ast = GetASTMap().Lookup(ast); in GetASTContext() local763 return clang_ast; in GetASTContext()4658 clang::ASTContext &clang_ast = getASTContext(); in CreateTypedef() local4667 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() local7396 ident = &clang_ast.Idents.get(name); in AddFieldToRecordType()7402 llvm::APInt bitfield_bit_size_apint(clang_ast.getTypeSize(clang_ast.IntTy), in AddFieldToRecordType()[all …]
1506 auto clang_ast = ts.dyn_cast_or_null<TypeSystemClang>(); in GetVariableValue() local1508 if (!clang_ast) { in GetVariableValue()1625 auto clang_ast = in AddOneVariable() local1628 if (!clang_ast) { in AddOneVariable()