Home
last modified time | relevance | path

Searched refs:inferNullabilityCS (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaType.cpp3558 bool inferNullabilityCS = false; in GetFullTypeForDeclarator() local
3668 inferNullabilityCS = (context == Declarator::ObjCParameterContext || in GetFullTypeForDeclarator()
3748 = inferNullabilityCS ? AttributeList::AS_ContextSensitiveKeyword in GetFullTypeForDeclarator()
3760 if (inferNullabilityCS) { in GetFullTypeForDeclarator()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp4457 bool inferNullabilityCS = false; in GetFullTypeForDeclarator() local
4559 inferNullabilityCS = (context == DeclaratorContext::ObjCParameter || in GetFullTypeForDeclarator()
4656 ParsedAttr::Syntax syntax = inferNullabilityCS in GetFullTypeForDeclarator()
4665 if (inferNullabilityCS) { in GetFullTypeForDeclarator()