Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h551 IdentifierInfo *getNullabilityKeyword(NullabilityKind nullability) { in getNullabilityKeyword() function
552 return Actions.getNullabilityKeyword(nullability); in getNullabilityKeyword()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp409 return Pool.create(P.getNullabilityKeyword(nullability), in addContextSensitiveTypeNullability()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp4103 IdentifierInfo *Sema::getNullabilityKeyword(NullabilityKind nullability) { in getNullabilityKeyword() function in Sema
4885 S.getNullabilityKeyword(*inferNullability), SourceRange(pointerLoc), in GetFullTypeForDeclarator()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h13725 IdentifierInfo *getNullabilityKeyword(NullabilityKind nullability);