OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nullability
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp
715
//
nullability
.
4519
/// Merge type
nullability
from for a redeclaration of the same entity,
4527
// Determine the
nullability
of both types.
4528
auto
nullability
= type->getNullability(S.Context);
local
4531
// Easy case: both have
nullability
.
4532
if (
nullability
.hasValue() == prevNullability.hasValue()) {
4533
// Neither has
nullability
; continue.
4534
if (!
nullability
)
4538
if (*
nullability
== *prevNullability)
4541
// Complain about mismatched
nullability
[
all
...]
SemaType.cpp
146
//
Nullability
qualifiers.
709
//
Nullability
specifiers cannot go after the declarator-id.
887
// Type arguments cannot have explicit qualifiers or
nullability
.
3922
IdentifierInfo *Sema::getNullabilityKeyword(NullabilityKind
nullability
) {
3923
switch (
nullability
) {
3944
llvm_unreachable("Unknown
nullability
kind.");
3955
/// Check whether there is a
nullability
attribute of any kind in the given
4002
/// This is used to determine the default
nullability
.
4194
/// Creates a fix-it to insert a C-style
nullability
keyword at \p pointerLoc,
4199
NullabilityKind
Nullability
) {
7090
NullabilityKind
nullability
= mapNullabilityAttrKind(attr.getKind());
local
[
all
...]
/src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c
1541
const char *
nullability
= 0;
local
1544
nullability
= "nonnull";
1547
nullability
= "nullable";
1550
nullability
= "nullable_result";
1553
nullability
= "unspecified";
1559
if (
nullability
) {
1560
printf(Format,
nullability
);
1572
PrintNullabilityKind(T, " [
nullability
=%s]");
Completed in 35 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026