Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp86 auto nulloptTypeDecl() { in nulloptTypeDecl() function
91 auto hasNulloptType() { return hasType(nulloptTypeDecl()); } in hasNulloptType()
96 recordType(hasDeclaration(anyOf(nulloptTypeDecl(), optionalClass()))))); in hasAnyOptionalType()