Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1477 SCLoc = getExplicitSpecLoc(); in Finish()
H A DSemaDecl.cpp6605 Diag(DS.getExplicitSpecLoc(), in DiagnoseFunctionSpecifiers()
9966 Diag(D.getDeclSpec().getExplicitSpecLoc(), in ActOnFunctionDeclarator()
9973 Diag(D.getDeclSpec().getExplicitSpecLoc(), in ActOnFunctionDeclarator()
H A DSemaTemplate.cpp1497 EmitDiag(DS.getExplicitSpecLoc()); in ActOnNonTypeTemplateParameter()
H A DSemaDeclCXX.cpp11171 Diag(DS.getExplicitSpecLoc(), in CheckConversionDeclarator()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h651 SourceLocation getExplicitSpecLoc() const { return FS_explicitLoc; } in getExplicitSpecLoc() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2953 Diag(DS.getExplicitSpecLoc(), diag::err_typename_invalid_functionspec); in ParseSpecifierQualifierList()