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

  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 75 SourceLocation KWLoc;
81 KWLoc = ConsumeToken();
82 Actions.SetDeclDeleted(FnD, KWLoc);
89 KWLoc = ConsumeToken();
90 Actions.SetDeclDefaulted(FnD, KWLoc);
96 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...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 84 milliseconds