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 329 SourceLocation UsingLoc = ConsumeToken();
342 Diag(UsingLoc, diag::err_templated_using_directive)
346 return ParseUsingDirective(Context, UsingLoc, DeclEnd, attrs);
354 return ParseUsingDeclaration(Context, TemplateInfo, UsingLoc, DeclEnd,
369 SourceLocation UsingLoc,
417 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS,
434 SourceLocation UsingLoc,
544 Diag(UsingLoc, diag::err_templated_using_declaration)
568 UsingLoc, Name, TypeAlias);
571 return Actions.ActOnUsingDeclaration(getCurScope(), AS, true, UsingLoc, SS
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]

Completed in 77 milliseconds