Searched defs:getNullabilityKeyword (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Parse/
H A DParser.h318 IdentifierInfo *getNullabilityKeyword(NullabilityKind nullability) { function in class:clang::Parser
319 return Actions.getNullabilityKeyword(nullability);
/external/clang/lib/Sema/
H A DSemaType.cpp3218 IdentifierInfo *Sema::getNullabilityKeyword(NullabilityKind nullability) { function in class:Sema
3752 S.getNullabilityKeyword(

Completed in 166 milliseconds