Home
last modified time | relevance | path

Searched refs:getNullabilityKeyword (Results 1 – 8 of 8) 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/llvm-project/clang/include/clang/Parse/
DParser.h530 IdentifierInfo *getNullabilityKeyword(NullabilityKind nullability) { in getNullabilityKeyword() function
531 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/llvm-project/clang/lib/Parse/
DParseObjc.cpp379 return Pool.create(P.getNullabilityKeyword(nullability), in addContextSensitiveTypeNullability()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp3885 IdentifierInfo *Sema::getNullabilityKeyword(NullabilityKind nullability) { in getNullabilityKeyword() function in Sema
4660 S.getNullabilityKeyword(*inferNullability), SourceRange(pointerLoc), in GetFullTypeForDeclarator()
/external/clang/include/clang/Sema/
DSema.h9545 IdentifierInfo *getNullabilityKeyword(NullabilityKind nullability);
/external/llvm-project/clang/include/clang/Sema/
DSema.h12471 IdentifierInfo *getNullabilityKeyword(NullabilityKind nullability);