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 73 SourceLocation KWLoc;
74 if (TryConsumeToken(tok::kw_delete, KWLoc)) {
75 Diag(KWLoc, getLangOpts().CPlusPlus11
78 Actions.SetDeclDeleted(FnD, KWLoc);
80 } else if (TryConsumeToken(tok::kw_default, KWLoc)) {
81 Diag(KWLoc, getLangOpts().CPlusPlus11
84 Actions.SetDeclDefaulted(FnD, KWLoc);
90 Diag(KWLoc, diag::err_default_delete_in_multiple_declaration)
    [all...]
Parser.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/AST/
TypeLoc.h     [all...]
Stmt.h 648 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc)
649 : Stmt(SC), NextSwitchCase(nullptr), KeywordLoc(KWLoc), ColonLoc(ColonLoc) {
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 764 milliseconds