Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1443 SCLoc = getExplicitSpecLoc(); in Finish()
H A DSemaDecl.cpp6761 Diag(DS.getExplicitSpecLoc(), in DiagnoseFunctionSpecifiers()
10126 Diag(D.getDeclSpec().getExplicitSpecLoc(), in ActOnFunctionDeclarator()
10133 Diag(D.getDeclSpec().getExplicitSpecLoc(), in ActOnFunctionDeclarator()
H A DSemaTemplate.cpp1549 EmitDiag(DS.getExplicitSpecLoc()); in ActOnNonTypeTemplateParameter()
H A DSemaDeclCXX.cpp11278 Diag(DS.getExplicitSpecLoc(), in CheckConversionDeclarator()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h620 SourceLocation getExplicitSpecLoc() const { return FS_explicitLoc; } in getExplicitSpecLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2761 Diag(DS.getExplicitSpecLoc(), diag::err_typename_invalid_functionspec); in ParseSpecifierQualifierList()