Searched refs:checkNullabilityConsistency (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaType.cpp | 4229 checkNullabilityConsistency(Sema &S, SimplePointerKind pointerKind, in checkNullabilityConsistency() function 4696 checkNullabilityConsistency(S, pointerKind, pointerLoc, pointerEndLoc); in GetFullTypeForDeclarator() 4732 checkNullabilityConsistency(S, SimplePointerKind::Array, in GetFullTypeForDeclarator() 4894 checkNullabilityConsistency(S, SimplePointerKind::Array, DeclType.Loc); in GetFullTypeForDeclarator()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 3457 static void checkNullabilityConsistency(TypeProcessingState &state, in checkNullabilityConsistency() function 3782 checkNullabilityConsistency(state, pointerKind, pointerLoc); in GetFullTypeForDeclarator()
|