HomeSort by: relevance | last modified time | path
    Searched refs:getModulePrivateSpecLoc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 4745 Diag(DS.getModulePrivateSpecLoc(), diag::err_module_private_local_class)
4747 << FixItHint::CreateRemoval(DS.getModulePrivateSpecLoc());
7239 D.getDeclSpec().getModulePrivateSpecLoc());
7243 << FixItHint::CreateRemoval(D.getDeclSpec().getModulePrivateSpecLoc());
7247 << SourceRange(D.getDeclSpec().getModulePrivateSpecLoc())
7249 D.getDeclSpec().getModulePrivateSpecLoc());
9255 = D.getDeclSpec().getModulePrivateSpecLoc();
13746 << 1 << New << SourceRange(D.getDeclSpec().getModulePrivateSpecLoc())
13747 << FixItHint::CreateRemoval(D.getDeclSpec().getModulePrivateSpecLoc());
15150 << SourceRange(D.getDeclSpec().getModulePrivateSpecLoc())
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 752 SourceLocation getModulePrivateSpecLoc() const { return ModulePrivateLoc; }
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp 1907 getCurScope(), TagType, TUK, StartLoc, DS.getModulePrivateSpecLoc(),
1965 DS.getModulePrivateSpecLoc(), TParams, Owned, IsDependent,
ParseDecl.cpp 4704 attrs, AS, DS.getModulePrivateSpecLoc(), TParams, Owned, IsDependent,

Completed in 37 milliseconds