Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDecl.cpp5158 Diag(DS.getModulePrivateSpecLoc(), diag::err_module_private_local_class) in ParsedFreeStandingDeclSpec()
5160 << FixItHint::CreateRemoval(DS.getModulePrivateSpecLoc()); in ParsedFreeStandingDeclSpec()
7792 D.getDeclSpec().getModulePrivateSpecLoc()); in ActOnVariableDeclarator()
7796 << FixItHint::CreateRemoval(D.getDeclSpec().getModulePrivateSpecLoc()); in ActOnVariableDeclarator()
7800 << SourceRange(D.getDeclSpec().getModulePrivateSpecLoc()) in ActOnVariableDeclarator()
7802 D.getDeclSpec().getModulePrivateSpecLoc()); in ActOnVariableDeclarator()
10016 = D.getDeclSpec().getModulePrivateSpecLoc(); in ActOnFunctionDeclarator()
14997 << 1 << New << SourceRange(D.getDeclSpec().getModulePrivateSpecLoc()) in ActOnParamDeclarator()
14998 << FixItHint::CreateRemoval(D.getDeclSpec().getModulePrivateSpecLoc()); in ActOnParamDeclarator()
16663 << SourceRange(D.getDeclSpec().getModulePrivateSpecLoc()) in ParseTypedefDecl()
[all …]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h827 SourceLocation getModulePrivateSpecLoc() const { return ModulePrivateLoc; } in getModulePrivateSpecLoc() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDeclCXX.cpp2217 getCurScope(), TagType, TUK, StartLoc, DS.getModulePrivateSpecLoc(), in ParseClassSpecifier()
2277 DS.getModulePrivateSpecLoc(), TParams, Owned, IsDependent, in ParseClassSpecifier()
HDParseDecl.cpp5541 Name, NameLoc, attrs, AS, DS.getModulePrivateSpecLoc(), in ParseEnumSpecifier()