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

1 2 3 4

  /external/clang/include/clang/Sema/
PrettyDeclStackTrace.h 33 Decl *TheDecl;
40 : S(S), TheDecl(D), Loc(Loc), Message(Msg) {}
ScopeInfo.h 599 BlockDecl *TheDecl;
610 : CapturingScopeInfo(Diag, ImpCap_Block), TheDecl(Block),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
PrettyDeclStackTrace.h 33 Decl *TheDecl;
40 : S(S), TheDecl(D), Loc(Loc), Message(Msg) {}
ScopeInfo.h 669 BlockDecl *TheDecl;
680 : CapturingScopeInfo(Diag, ImpCap_Block), TheDecl(Block),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
PrettyDeclStackTrace.h 33 Decl *TheDecl;
40 : S(S), TheDecl(D), Loc(Loc), Message(Msg) {}
ScopeInfo.h 671 BlockDecl *TheDecl;
682 : CapturingScopeInfo(Diag, ImpCap_Block), TheDecl(Block),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
PrettyDeclStackTrace.h 33 Decl *TheDecl;
40 : S(S), TheDecl(D), Loc(Loc), Message(Msg) {}
ScopeInfo.h 671 BlockDecl *TheDecl;
682 : CapturingScopeInfo(Diag, ImpCap_Block), TheDecl(Block),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
PrettyDeclStackTrace.h 33 Decl *TheDecl;
40 : S(S), TheDecl(D), Loc(Loc), Message(Msg) {}
ScopeInfo.h 671 BlockDecl *TheDecl;
682 : CapturingScopeInfo(Diag, ImpCap_Block), TheDecl(Block),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
PrettyDeclStackTrace.h 33 Decl *TheDecl;
40 : S(S), TheDecl(D), Loc(Loc), Message(Msg) {}
ScopeInfo.h 671 BlockDecl *TheDecl;
682 : CapturingScopeInfo(Diag, ImpCap_Block), TheDecl(Block),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
PrettyDeclStackTrace.h 33 Decl *TheDecl;
40 : S(S), TheDecl(D), Loc(Loc), Message(Msg) {}
ScopeInfo.h 671 BlockDecl *TheDecl;
682 : CapturingScopeInfo(Diag, ImpCap_Block), TheDecl(Block),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
PrettyDeclStackTrace.h 33 Decl *TheDecl;
40 : S(S), TheDecl(D), Loc(Loc), Message(Msg) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
PrettyDeclStackTrace.h 33 Decl *TheDecl;
40 : S(S), TheDecl(D), Loc(Loc), Message(Msg) {}
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
PrettyDeclStackTrace.h 33 Decl *TheDecl;
40 : S(S), TheDecl(D), Loc(Loc), Message(Msg) {}
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
PrettyDeclStackTrace.h 33 Decl *TheDecl;
40 : S(S), TheDecl(D), Loc(Loc), Message(Msg) {}
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
PrettyDeclStackTrace.h 33 Decl *TheDecl;
40 : S(S), TheDecl(D), Loc(Loc), Message(Msg) {}
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
PrettyDeclStackTrace.h 33 Decl *TheDecl;
40 : S(S), TheDecl(D), Loc(Loc), Message(Msg) {}
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
PrettyDeclStackTrace.h 33 Decl *TheDecl;
40 : S(S), TheDecl(D), Loc(Loc), Message(Msg) {}
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
PrettyDeclStackTrace.h 33 Decl *TheDecl;
40 : S(S), TheDecl(D), Loc(Loc), Message(Msg) {}
  /external/clang/lib/Sema/
Sema.cpp     [all...]
SemaStmt.cpp 461 Sema::ActOnLabelStmt(SourceLocation IdentLoc, LabelDecl *TheDecl,
464 if (TheDecl->getStmt()) {
465 Diag(IdentLoc, diag::err_redefinition_of_label) << TheDecl->getDeclName();
466 Diag(TheDecl->getLocation(), diag::note_previous_definition);
471 LabelStmt *LS = new (Context) LabelStmt(IdentLoc, TheDecl, SubStmt);
472 TheDecl->setStmt(LS);
473 if (!TheDecl->isGnuLocal()) {
474 TheDecl->setLocStart(IdentLoc);
475 if (!TheDecl->isMSAsmLabel()) {
478 TheDecl->setLocation(IdentLoc)
    [all...]
  /external/clang/lib/Parse/
Parser.cpp 891 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS_none,
893 DS.complete(TheDecl);
895 Decl* decls[] = {AnonRecord, TheDecl};
898 return Actions.ConvertDeclToDeclGroup(TheDecl);
    [all...]

Completed in 1130 milliseconds

1 2 3 4