Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h566 IdentifierInfo *getNullabilityKeyword(NullabilityKind nullability) { in getNullabilityKeyword() function
567 return Actions.getNullabilityKeyword(nullability); in getNullabilityKeyword()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp414 return Pool.create(P.getNullabilityKeyword(nullability), in addContextSensitiveTypeNullability()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4208 IdentifierInfo *Sema::getNullabilityKeyword(NullabilityKind nullability) { in getNullabilityKeyword() function in Sema
4992 S.getNullabilityKeyword(*inferNullability), SourceRange(pointerLoc), in GetFullTypeForDeclarator()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h14179 IdentifierInfo *getNullabilityKeyword(NullabilityKind nullability);