Searched refs:Suggested (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaType.cpp6480 /// \param Suggested Filled in with the declaration that should be made visible
6486 bool Sema::hasVisibleDefinition(NamedDecl *D, NamedDecl **Suggested, argument
6509 *Suggested = nullptr;
6514 (Redecl->isCanonicalDecl() && !*Suggested))
6515 *Suggested = Redecl;
6523 *Suggested = D;
/external/clang/include/clang/Sema/
H A DSema.h1393 bool hasVisibleDefinition(NamedDecl *D, NamedDecl **Suggested,

Completed in 121 milliseconds