Types
IdentCache = ref object idAnon*, idDelegator*, emptyIdent*: PIdent
- Source Edit
Procs
proc cmpIgnoreStyle(a, b: cstring; blen: int): int {....raises: [], tags: [], forbids: [].}
- Source Edit
proc getIdent(ic: IdentCache; identifier: cstring; length: int; h: Hash): PIdent {. ...raises: [], tags: [], forbids: [].}
- Source Edit
proc getIdent(ic: IdentCache; identifier: string): PIdent {....raises: [], tags: [], forbids: [].}
- Source Edit
proc getIdent(ic: IdentCache; identifier: string; h: Hash): PIdent {....raises: [], tags: [], forbids: [].}
- Source Edit
proc newIdentCache(): IdentCache {....raises: [], tags: [], forbids: [].}
- Source Edit
proc resetIdentCache() {....raises: [], tags: [], forbids: [].}
- Source Edit
proc whichKeyword(id: PIdent): TSpecialWord {....raises: [], tags: [], forbids: [].}
- Source Edit