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