Home
last modified time | relevance | path

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

/external/clang/include/clang/Parse/
DParser.h318 IdentifierInfo *getNullabilityKeyword(NullabilityKind nullability) { in getNullabilityKeyword() function
319 return Actions.getNullabilityKeyword(nullability); in getNullabilityKeyword()
/external/clang/lib/Sema/
DSemaType.cpp3218 IdentifierInfo *Sema::getNullabilityKeyword(NullabilityKind nullability) { in getNullabilityKeyword() function in Sema
3752 S.getNullabilityKeyword( in GetFullTypeForDeclarator()
/external/clang/lib/Parse/
DParseObjc.cpp401 P.getNullabilityKeyword(nullability), in addContextSensitiveTypeNullability()
/external/clang/include/clang/Sema/
DSema.h9545 IdentifierInfo *getNullabilityKeyword(NullabilityKind nullability);