Searched refs:getModulePrivateSpecLoc (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 4003 Diag(DS.getModulePrivateSpecLoc(), diag::err_module_private_local_class) in ParsedFreeStandingDeclSpec() 4005 << FixItHint::CreateRemoval(DS.getModulePrivateSpecLoc()); in ParsedFreeStandingDeclSpec() 6259 D.getDeclSpec().getModulePrivateSpecLoc()); in ActOnVariableDeclarator() 6263 << FixItHint::CreateRemoval(D.getDeclSpec().getModulePrivateSpecLoc()); in ActOnVariableDeclarator() 6267 << SourceRange(D.getDeclSpec().getModulePrivateSpecLoc()) in ActOnVariableDeclarator() 6268 << FixItHint::CreateRemoval(D.getDeclSpec().getModulePrivateSpecLoc()); in ActOnVariableDeclarator() 8012 = D.getDeclSpec().getModulePrivateSpecLoc(); in ActOnFunctionDeclarator() 10902 << SourceRange(D.getDeclSpec().getModulePrivateSpecLoc()) in ActOnParamDeclarator() 10903 << FixItHint::CreateRemoval(D.getDeclSpec().getModulePrivateSpecLoc()); in ActOnParamDeclarator() 11959 << SourceRange(D.getDeclSpec().getModulePrivateSpecLoc()) in ParseTypedefDecl() [all …]
|
/aosp_15_r20/external/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 1688 getCurScope(), TagType, TUK, StartLoc, DS.getModulePrivateSpecLoc(), in ParseClassSpecifier() 1750 DS.getModulePrivateSpecLoc(), in ParseClassSpecifier()
|
H A D | ParseDecl.cpp | 4086 AS, DS.getModulePrivateSpecLoc(), TParams, in ParseEnumSpecifier()
|
/aosp_15_r20/external/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 704 SourceLocation getModulePrivateSpecLoc() const { return ModulePrivateLoc; } in getModulePrivateSpecLoc() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/ |
D | DeclSpec.h | 826 SourceLocation getModulePrivateSpecLoc() const { return ModulePrivateLoc; } in getModulePrivateSpecLoc() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/ |
D | DeclSpec.h | 827 SourceLocation getModulePrivateSpecLoc() const { return ModulePrivateLoc; } in getModulePrivateSpecLoc() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/ |
D | DeclSpec.h | 826 SourceLocation getModulePrivateSpecLoc() const { return ModulePrivateLoc; } in getModulePrivateSpecLoc() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/ |
D | DeclSpec.h | 791 SourceLocation getModulePrivateSpecLoc() const { return ModulePrivateLoc; } in getModulePrivateSpecLoc() function
|