Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1415 SCLoc = getExplicitSpecLoc(); in Finish()
H A DSemaDecl.cpp6175 Diag(DS.getExplicitSpecLoc(), in DiagnoseFunctionSpecifiers()
9264 Diag(D.getDeclSpec().getExplicitSpecLoc(), in ActOnFunctionDeclarator()
9271 Diag(D.getDeclSpec().getExplicitSpecLoc(), in ActOnFunctionDeclarator()
H A DSemaTemplate.cpp1520 EmitDiag(DS.getExplicitSpecLoc()); in ActOnNonTypeTemplateParameter()
H A DSemaDeclCXX.cpp10689 Diag(DS.getExplicitSpecLoc(), in CheckConversionDeclarator()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h584 SourceLocation getExplicitSpecLoc() const { return FS_explicitLoc; } in getExplicitSpecLoc() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2510 Diag(DS.getExplicitSpecLoc(), diag::err_typename_invalid_functionspec); in ParseSpecifierQualifierList()