HomeSort by relevance Sort by last modified time
    Searched defs:UsingLoc (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Parse/
ParseDeclCXX.cpp 335 SourceLocation UsingLoc = ConsumeToken();
348 Diag(UsingLoc, diag::err_templated_using_directive)
352 return ParseUsingDirective(Context, UsingLoc, DeclEnd, attrs);
360 return ParseUsingDeclaration(Context, TemplateInfo, UsingLoc, DeclEnd,
375 SourceLocation UsingLoc,
423 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS,
440 SourceLocation UsingLoc,
552 Diag(UsingLoc, diag::err_templated_using_declaration)
576 UsingLoc, Name, TypeAlias);
579 return Actions.ActOnUsingDeclaration(getCurScope(), AS, true, UsingLoc, SS
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 48 milliseconds