Searched refs:isDeductionGuideName (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseTentative.cpp | 78 bool isDeductionGuide = Actions.isDeductionGuideName( in isCXXDeclarationStatement()
|
H A D | ParseExprCXX.cpp | 3017 Actions.isDeductionGuideName(getCurScope(), *Id, IdLoc, SS, in ParseUnqualifiedId()
|
H A D | ParseDecl.cpp | 4084 Actions.isDeductionGuideName(getCurScope(), *Tok.getIdentifierInfo(), in ParseDeclarationSpecifiers()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 322 bool Sema::isDeductionGuideName(Scope *S, const IdentifierInfo &Name, in isDeductionGuideName() function in Sema
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 11154 bool isDeductionGuideName(Scope *S, const IdentifierInfo &Name,
|