Searched defs:IsDeclaration (Results 1 – 2 of 2) sorted by relevance
610 bool IsDeclaration = false; member
993 func (v Value) IsDeclaration() bool { return C.LLVMIsDeclaration(v.C) != 0 } func