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

1 2

  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 67 SourceLocation KWLoc;
69 if (TryConsumeToken(tok::kw_delete, KWLoc)) {
70 Diag(KWLoc, getLangOpts().CPlusPlus11
74 Actions.SetDeclDeleted(FnD, KWLoc);
79 } else if (TryConsumeToken(tok::kw_default, KWLoc)) {
80 Diag(KWLoc, getLangOpts().CPlusPlus11
84 Actions.SetDeclDefaulted(FnD, KWLoc);
93 Diag(KWLoc, diag::err_default_delete_in_multiple_declaration)
    [all...]
Parser.cpp     [all...]
  /external/clang/include/clang/AST/
TypeLoc.h     [all...]
Stmt.h 656 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc)
657 : Stmt(SC), NextSwitchCase(nullptr), KeywordLoc(KWLoc), ColonLoc(ColonLoc) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
TypeLoc.h     [all...]
Stmt.h 680 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc)
681 : Stmt(SC), NextSwitchCase(nullptr), KeywordLoc(KWLoc), ColonLoc(ColonLoc) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
TypeLoc.h     [all...]
Stmt.h 680 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc)
681 : Stmt(SC), NextSwitchCase(nullptr), KeywordLoc(KWLoc), ColonLoc(ColonLoc) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
TypeLoc.h     [all...]
Stmt.h 680 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc)
681 : Stmt(SC), NextSwitchCase(nullptr), KeywordLoc(KWLoc), ColonLoc(ColonLoc) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
TypeLoc.h     [all...]
Stmt.h 680 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc)
681 : Stmt(SC), NextSwitchCase(nullptr), KeywordLoc(KWLoc), ColonLoc(ColonLoc) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
TypeLoc.h     [all...]
Stmt.h 680 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc)
681 : Stmt(SC), NextSwitchCase(nullptr), KeywordLoc(KWLoc), ColonLoc(ColonLoc) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
TypeLoc.h     [all...]
Stmt.h 680 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc)
681 : Stmt(SC), NextSwitchCase(nullptr), KeywordLoc(KWLoc), ColonLoc(ColonLoc) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
TypeLoc.h     [all...]
Stmt.h 680 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc)
681 : Stmt(SC), NextSwitchCase(nullptr), KeywordLoc(KWLoc), ColonLoc(ColonLoc) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
TypeLoc.h     [all...]
Stmt.h 680 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc)
681 : Stmt(SC), NextSwitchCase(nullptr), KeywordLoc(KWLoc), ColonLoc(ColonLoc) {
    [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 289 milliseconds

1 2