Home
last modified time | relevance | path

Searched defs:getNullabilityKeyword (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/clang/include/clang/Parse/
H A DParser.h318 IdentifierInfo *getNullabilityKeyword(NullabilityKind nullability) { in getNullabilityKeyword() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Parse/
DParser.h566 IdentifierInfo *getNullabilityKeyword(NullabilityKind nullability) { in getNullabilityKeyword() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Parse/
DParser.h566 IdentifierInfo *getNullabilityKeyword(NullabilityKind nullability) { in getNullabilityKeyword() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Parse/
DParser.h545 IdentifierInfo *getNullabilityKeyword(NullabilityKind nullability) { in getNullabilityKeyword() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Parse/
DParser.h592 IdentifierInfo *getNullabilityKeyword(NullabilityKind nullability) { in getNullabilityKeyword() function
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaType.cpp3218 IdentifierInfo *Sema::getNullabilityKeyword(NullabilityKind nullability) { in getNullabilityKeyword() function in Sema