Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp5272 Diag(DS.getModulePrivateSpecLoc(), diag::err_module_private_local_class) in ParsedFreeStandingDeclSpec()
5274 << FixItHint::CreateRemoval(DS.getModulePrivateSpecLoc()); in ParsedFreeStandingDeclSpec()
7974 D.getDeclSpec().getModulePrivateSpecLoc()); in ActOnVariableDeclarator()
7978 << FixItHint::CreateRemoval(D.getDeclSpec().getModulePrivateSpecLoc()); in ActOnVariableDeclarator()
7982 << SourceRange(D.getDeclSpec().getModulePrivateSpecLoc()) in ActOnVariableDeclarator()
7984 D.getDeclSpec().getModulePrivateSpecLoc()); in ActOnVariableDeclarator()
10226 = D.getDeclSpec().getModulePrivateSpecLoc(); in ActOnFunctionDeclarator()
15426 << 1 << New << SourceRange(D.getDeclSpec().getModulePrivateSpecLoc()) in ActOnParamDeclarator()
15427 << FixItHint::CreateRemoval(D.getDeclSpec().getModulePrivateSpecLoc()); in ActOnParamDeclarator()
17128 << SourceRange(D.getDeclSpec().getModulePrivateSpecLoc()) in ParseTypedefDecl()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h829 SourceLocation getModulePrivateSpecLoc() const { return ModulePrivateLoc; } in getModulePrivateSpecLoc() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp2064 getCurScope(), TagType, TUK, StartLoc, DS.getModulePrivateSpecLoc(), in ParseClassSpecifier()
2143 DS.getModulePrivateSpecLoc(), TParams, Owned, IsDependent, in ParseClassSpecifier()
H A DParseDecl.cpp5276 Name, NameLoc, attrs, AS, DS.getModulePrivateSpecLoc(), in ParseEnumSpecifier()