Searched refs:clang_ast (Results 1 – 4 of 4) 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 …]
709 TypeSystemClang *clang_ast = GetASTMap().Lookup(ast); in GetASTContext() local710 return clang_ast; in GetASTContext()4607 clang::ASTContext &clang_ast = getASTContext(); in AddPtrAuthModifier() local4610 clang_ast.getPointerAuthType(GetQualType(type), pauth); in AddPtrAuthModifier()4640 clang::ASTContext &clang_ast = getASTContext(); in CreateTypedef() local4649 clang::TypedefDecl::CreateDeserialized(clang_ast, GlobalDeclID()); in CreateTypedef()4651 decl->setDeclName(&clang_ast.Idents.get(typedef_name)); in CreateTypedef()4652 decl->setTypeSourceInfo(clang_ast.getTrivialTypeSourceInfo(qual_type)); in CreateTypedef()4673 return GetType(clang_ast.getTypedefType(decl)); in CreateTypedef()7425 clang::ASTContext &clang_ast = ast->getASTContext(); in AddFieldToRecordType() local[all …]
1489 auto clang_ast = ts.dyn_cast_or_null<TypeSystemClang>(); in GetVariableValue() local1491 if (!clang_ast) { in GetVariableValue()1608 auto clang_ast = in AddOneVariable() local1611 if (!clang_ast) { in AddOneVariable()
942 if (Magic == llvm::file_magic::clang_ast) in maybeHasClangPchSignature()