Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h543 IdentifierInfo *getNullabilityKeyword(NullabilityKind nullability) { in getNullabilityKeyword() function
544 return Actions.getNullabilityKeyword(nullability); in getNullabilityKeyword()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp379 return Pool.create(P.getNullabilityKeyword(nullability), in addContextSensitiveTypeNullability()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp4036 IdentifierInfo *Sema::getNullabilityKeyword(NullabilityKind nullability) { in getNullabilityKeyword() function in Sema
4813 S.getNullabilityKeyword(*inferNullability), SourceRange(pointerLoc), in GetFullTypeForDeclarator()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h13348 IdentifierInfo *getNullabilityKeyword(NullabilityKind nullability);