Home
last modified time | relevance | path

Searched refs:getNullabilityKeyword (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h464 IdentifierInfo *getNullabilityKeyword(NullabilityKind nullability) { in getNullabilityKeyword() function
465 return Actions.getNullabilityKeyword(nullability); in getNullabilityKeyword()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp379 return Pool.create(P.getNullabilityKeyword(nullability), in addContextSensitiveTypeNullability()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp3468 IdentifierInfo *Sema::getNullabilityKeyword(NullabilityKind nullability) { in getNullabilityKeyword() function in Sema
4218 S.getNullabilityKeyword(*inferNullability), in GetFullTypeForDeclarator()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h10712 IdentifierInfo *getNullabilityKeyword(NullabilityKind nullability);