HomeSort by: relevance | last modified time | path
    Searched defs:UsingLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp 471 SourceLocation UsingLoc = ConsumeToken();
491 Diag(UsingLoc, diag::err_templated_using_directive_declaration)
495 Decl *UsingDir = ParseUsingDirective(Context, UsingLoc, DeclEnd, attrs);
504 return ParseUsingDeclaration(Context, TemplateInfo, UsingLoc, DeclEnd,
519 SourceLocation UsingLoc,
580 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS,
676 SourceLocation UsingLoc, SourceLocation &DeclEnd,
709 TemplateInfo, UsingLoc, D, DeclEnd, AS, Attrs, &DeclFromDeclSpec);
723 Diag(UsingLoc, diag::err_templated_using_directive_declaration)
751 Decl *UD = Actions.ActOnUsingDeclaration(getCurScope(), AS, UsingLoc,
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h 2881 SourceLocation UsingLoc;
2896 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc,
2902 : NamedDecl(UsingDirective, DC, IdentLoc, getName()), UsingLoc(UsingLoc),
2950 SourceLocation getUsingLoc() const { return UsingLoc; }
2960 SourceLocation UsingLoc,
2969 return SourceRange(UsingLoc, getLocation());
3620 SourceLocation UsingLoc,
3626 UsingLocation(UsingLoc), EllipsisLoc(EllipsisLoc),
3668 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc,
    [all...]

Completed in 30 milliseconds