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

/external/clang/include/clang/Parse/
H A DParser.h312 IdentifierInfo *getNullabilityKeyword(NullabilityKind nullability) { function in class:clang::Parser
313 return Actions.getNullabilityKeyword(nullability);
/external/clang/lib/Sema/
H A DSemaType.cpp2981 IdentifierInfo *Sema::getNullabilityKeyword(NullabilityKind nullability) { function in class:Sema
3511 S.getNullabilityKeyword(

Completed in 79 milliseconds