Searched refs:LLVMTokenTypeInContext (Results 1 – 4 of 4) sorted by relevance
161 return LLVMTokenTypeInContext(Ctx); in Clone()
1548 LLVMTypeRef LLVMTokenTypeInContext(LLVMContextRef C);
696 func (c Context) TokenType() (t Type) { t.C = C.LLVMTokenTypeInContext(c.C); return }
848 LLVMTypeRef LLVMTokenTypeInContext(LLVMContextRef C) { in LLVMTokenTypeInContext() function