Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h532 IdentifierInfo *getNullabilityKeyword(NullabilityKind nullability) { in getNullabilityKeyword() function
533 return Actions.getNullabilityKeyword(nullability); in getNullabilityKeyword()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp379 return Pool.create(P.getNullabilityKeyword(nullability), in addContextSensitiveTypeNullability()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp3922 IdentifierInfo *Sema::getNullabilityKeyword(NullabilityKind nullability) { in getNullabilityKeyword() function in Sema
4697 S.getNullabilityKeyword(*inferNullability), SourceRange(pointerLoc), in GetFullTypeForDeclarator()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h12701 IdentifierInfo *getNullabilityKeyword(NullabilityKind nullability);