Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp8899 bool Sema::hasStructuralCompatLayout(Decl *D, Decl *Suggested) { in hasStructuralCompatLayout()
8914 bool Sema::hasAcceptableDefinition(NamedDecl *D, NamedDecl **Suggested, in hasAcceptableDefinition()
9007 bool Sema::hasVisibleDefinition(NamedDecl *D, NamedDecl **Suggested, in hasVisibleDefinition()
9024 bool Sema::hasReachableDefinition(NamedDecl *D, NamedDecl **Suggested, in hasReachableDefinition()
9101 NamedDecl *Suggested = nullptr; in RequireCompleteTypeImpl() local