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

  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 344 SourceLocation UsingLoc = ConsumeToken();
357 Diag(UsingLoc, diag::err_templated_using_directive)
361 return ParseUsingDirective(Context, UsingLoc, DeclEnd, attrs);
369 return ParseUsingDeclaration(Context, TemplateInfo, UsingLoc, DeclEnd,
384 SourceLocation UsingLoc,
432 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS,
449 SourceLocation UsingLoc,
586 Diag(UsingLoc, diag::err_templated_using_declaration)
610 UsingLoc, Name, Attrs.getList(),
615 /* HasUsingKeyword */ true, UsingLoc,
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]

Completed in 45 milliseconds