Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2368 void CheckConstrainedAuto(const AutoType *AutoT, SourceLocation Loc);
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp6368 CheckConstrainedAuto(AT, TL.getConceptNameLoc()); in ActOnTypeName()
H A DSemaChecking.cpp3336 void Sema::CheckConstrainedAuto(const AutoType *AutoT, SourceLocation Loc) { in CheckConstrainedAuto() function in Sema
H A DSemaDecl.cpp7446 CheckConstrainedAuto(AT, TL.getConceptNameLoc()); in ActOnVariableDeclarator()