A
C
D
E
F
G
I
J
K
L
M
N
O
P
R
S
T
U
V
W
F
- FIELD - enum entry in com.google.devtools.ksp.symbol.AnnotationUseSiteTarget
- FILE - enum entry in com.google.devtools.ksp.symbol.AnnotationUseSiteTarget
- FileLocation - class in com.google.devtools.ksp.symbol
- fillInStackTrace() - function in kotlin.Throwable
- FINAL - enum entry in com.google.devtools.ksp.symbol.Modifier
- findActuals() - function in com.google.devtools.ksp.symbol.KSClassDeclaration
- Finds all corresponding
actualimplementations forthis. - findActuals() - function in com.google.devtools.ksp.symbol.KSDeclaration
- Finds all corresponding
actualimplementations forthis. - findActuals() - function in com.google.devtools.ksp.symbol.KSExpectActual
- Finds all corresponding
actualimplementations forthis. - findActuals() - function in com.google.devtools.ksp.symbol.KSFunctionDeclaration
- Finds all corresponding
actualimplementations forthis. - findActuals() - function in com.google.devtools.ksp.symbol.KSPropertyDeclaration
- Finds all corresponding
actualimplementations forthis. - findActuals() - function in com.google.devtools.ksp.symbol.KSTypeAlias
- Finds all corresponding
actualimplementations forthis. - findActuals() - function in com.google.devtools.ksp.symbol.KSTypeParameter
- Finds all corresponding
actualimplementations forthis. - findActualType(com.google.devtools.ksp.symbol.KSTypeAlias) - function in com.google.devtools.ksp.UtilsKt
- Find the KSClassDeclaration that the alias points to recursively.
- findExpects() - function in com.google.devtools.ksp.symbol.KSClassDeclaration
- Finds all corresponding
expectdeclarations forthis. - findExpects() - function in com.google.devtools.ksp.symbol.KSDeclaration
- Finds all corresponding
expectdeclarations forthis. - findExpects() - function in com.google.devtools.ksp.symbol.KSExpectActual
- Finds all corresponding
expectdeclarations forthis. - findExpects() - function in com.google.devtools.ksp.symbol.KSFunctionDeclaration
- Finds all corresponding
expectdeclarations forthis. - findExpects() - function in com.google.devtools.ksp.symbol.KSPropertyDeclaration
- Finds all corresponding
expectdeclarations forthis. - findExpects() - function in com.google.devtools.ksp.symbol.KSTypeAlias
- Finds all corresponding
expectdeclarations forthis. - findExpects() - function in com.google.devtools.ksp.symbol.KSTypeParameter
- Finds all corresponding
expectdeclarations forthis. - findOverridee() - function in com.google.devtools.ksp.symbol.KSFunctionDeclaration
- Find the closest overridee of this function, if overriding.
- findOverridee() - function in com.google.devtools.ksp.symbol.KSPropertyDeclaration
- Find the closest overridee of this property, if overriding.
- finish() - function in com.google.devtools.ksp.processing.SymbolProcessor
- Called by Kotlin Symbol Processing to finalize the processing of a compilation.
- FUN - enum entry in com.google.devtools.ksp.symbol.Modifier
- FunctionKind - class in com.google.devtools.ksp.symbol
- Kind of a function declaration.