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

/external/clang/lib/Sema/
H A DSemaDecl.cpp3451 Diag(DS.getModulePrivateSpecLoc(), diag::err_module_private_local_class)
3453 << FixItHint::CreateRemoval(DS.getModulePrivateSpecLoc());
5535 D.getDeclSpec().getModulePrivateSpecLoc());
5539 << FixItHint::CreateRemoval(D.getDeclSpec().getModulePrivateSpecLoc());
5543 << SourceRange(D.getDeclSpec().getModulePrivateSpecLoc())
5544 << FixItHint::CreateRemoval(D.getDeclSpec().getModulePrivateSpecLoc());
7047 = D.getDeclSpec().getModulePrivateSpecLoc();
9544 << SourceRange(D.getDeclSpec().getModulePrivateSpecLoc())
9545 << FixItHint::CreateRemoval(D.getDeclSpec().getModulePrivateSpecLoc());
10487 << SourceRange(D.getDeclSpec().getModulePrivateSpecLoc())
[all...]
/external/clang/include/clang/Sema/
H A DDeclSpec.h678 SourceLocation getModulePrivateSpecLoc() const { return ModulePrivateLoc; } function in class:clang::DeclSpec
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp1556 getCurScope(), TagType, TUK, StartLoc, DS.getModulePrivateSpecLoc(),
1615 DS.getModulePrivateSpecLoc(),
H A DParseDecl.cpp3710 AS, DS.getModulePrivateSpecLoc(), TParams,

Completed in 97 milliseconds