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

  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 83 SourceLocation KWLoc;
89 KWLoc = ConsumeToken();
90 Actions.SetDeclDeleted(FnD, KWLoc);
97 KWLoc = ConsumeToken();
98 Actions.SetDeclDefaulted(FnD, KWLoc);
104 Diag(KWLoc, diag::err_default_delete_in_multiple_declaration)
Parser.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/AST/
TypeLoc.h     [all...]
Stmt.h 637 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc)
638 : Stmt(SC), NextSwitchCase(0), KeywordLoc(KWLoc), ColonLoc(ColonLoc) {}
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 473 milliseconds