Searched refs:getModulePrivateSpecLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 4380 Diag(DS.getModulePrivateSpecLoc(), diag::err_module_private_local_class) in ParsedFreeStandingDeclSpec() 4382 << FixItHint::CreateRemoval(DS.getModulePrivateSpecLoc()); in ParsedFreeStandingDeclSpec() 6680 D.getDeclSpec().getModulePrivateSpecLoc()); in ActOnVariableDeclarator() 6684 << FixItHint::CreateRemoval(D.getDeclSpec().getModulePrivateSpecLoc()); in ActOnVariableDeclarator() 6688 << SourceRange(D.getDeclSpec().getModulePrivateSpecLoc()) in ActOnVariableDeclarator() 6689 << FixItHint::CreateRemoval(D.getDeclSpec().getModulePrivateSpecLoc()); in ActOnVariableDeclarator() 8569 = D.getDeclSpec().getModulePrivateSpecLoc(); in ActOnFunctionDeclarator() 12459 << SourceRange(D.getDeclSpec().getModulePrivateSpecLoc()) in ActOnParamDeclarator() 12460 << FixItHint::CreateRemoval(D.getDeclSpec().getModulePrivateSpecLoc()); in ActOnParamDeclarator() 13696 << SourceRange(D.getDeclSpec().getModulePrivateSpecLoc()) in ParseTypedefDecl() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 725 SourceLocation getModulePrivateSpecLoc() const { return ModulePrivateLoc; } in getModulePrivateSpecLoc() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 1842 getCurScope(), TagType, TUK, StartLoc, DS.getModulePrivateSpecLoc(), in ParseClassSpecifier() 1898 DS.getModulePrivateSpecLoc(), TParams, Owned, IsDependent, in ParseClassSpecifier()
|
| H A D | ParseDecl.cpp | 4395 attrs, AS, DS.getModulePrivateSpecLoc(), TParams, Owned, IsDependent, in ParseEnumSpecifier()
|