fluent

object fluent
class Object
trait Matchable
class Any
fluent.type

Extensions

Extensions

extension (cursor: CXCursor)
def location(using Zone): CXSourceLocation
def spelling(using Zone): String
def tpe(using Zone): CXType
extension (cursorKind: CXCursorKind)
def spelling(using Zone): String
extension (loc: CXSourceLocation)
def isFromMainFile: Boolean
def isFromSystemHeader: Boolean
extension (tpe: CXType)
def kindSpelling(using Zone): String
def spelling(using Zone): String