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 68 SourceLocation KWLoc;
74 KWLoc = ConsumeToken();
75 Actions.SetDeclDeleted(FnD, KWLoc);
82 KWLoc = ConsumeToken();
83 Actions.SetDeclDefaulted(FnD, KWLoc);
89 Diag(KWLoc, diag::err_default_delete_in_multiple_declaration)
Parser.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaTemplate.cpp 810 SourceLocation KWLoc, CXXScopeSpec &SS,
    [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 829 milliseconds