Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Parse/ !
H A DParser.h600 IdentifierInfo *getNullabilityKeyword(NullabilityKind nullability) { in getNullabilityKeyword() function
601 return Actions.getNullabilityKeyword(nullability); in getNullabilityKeyword()
/src/contrib/llvm-project/clang/lib/Parse/ !
H A DParseObjc.cpp417 return Pool.create(P.getNullabilityKeyword(nullability), in addContextSensitiveTypeNullability()
/src/contrib/llvm-project/clang/lib/Sema/ !
H A DSemaType.cpp3742 IdentifierInfo *Sema::getNullabilityKeyword(NullabilityKind nullability) { in getNullabilityKeyword() function in Sema
4506 S.getNullabilityKeyword(*inferNullability), SourceRange(pointerLoc), in GetFullTypeForDeclarator()
/src/contrib/llvm-project/clang/include/clang/Sema/ !
H A DSema.h14778 IdentifierInfo *getNullabilityKeyword(NullabilityKind nullability);