HomeSort by relevance Sort by last modified time
    Searched defs:KWLoc (Results 1 - 3 of 3) 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...]

Completed in 88 milliseconds