Home
last modified time | relevance | path

Searched defs:NullabilityLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp7565 CheckNullabilityTypeSpecifier(Sema & S,TypeProcessingState * State,ParsedAttr * PAttr,QualType & QT,NullabilityKind Nullability,SourceLocation NullabilityLoc,bool IsContextSensitive,bool AllowOnArrayType,bool OverrideExisting) CheckNullabilityTypeSpecifier() argument
7679 SourceLocation NullabilityLoc = Attr.getLoc(); CheckNullabilityTypeSpecifier() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h955 SourceLocation NullabilityLoc; global() variable