Lines Matching defs:clang_ast
106 GetBuiltinTypeForPDBEncodingAndBitSize(TypeSystemClang &clang_ast,
109 clang::ASTContext &ast = clang_ast.getASTContext();
117 return clang_ast.GetBasicType(eBasicTypeVoid);
119 return clang_ast.GetBasicType(eBasicTypeChar);
121 return clang_ast.GetBasicType(eBasicTypeBool);
124 return CompilerType(clang_ast.weak_from_this(),
127 return CompilerType(clang_ast.weak_from_this(),
132 return CompilerType(clang_ast.weak_from_this(),
135 return CompilerType(clang_ast.weak_from_this(),
140 return CompilerType(clang_ast.weak_from_this(),
144 return CompilerType(clang_ast.weak_from_this(),
147 return CompilerType(clang_ast.weak_from_this(),
158 return clang_ast.GetBuiltinTypeForEncodingAndBitSize(encoding, width);