HomeSort by relevance Sort by last modified time
    Searched defs:TheDecl (Results 1 - 7 of 7) sorted by null

  /external/clang/include/clang/Sema/
PrettyDeclStackTrace.h 33 Decl *TheDecl;
40 : S(S), TheDecl(D), Loc(Loc), Message(Msg) {}
ScopeInfo.h 298 BlockDecl *TheDecl;
309 : CapturingScopeInfo(Diag, ImpCap_Block), TheDecl(Block),
  /external/clang/lib/Parse/
Parser.cpp 789 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS, DS);
790 DS.complete(TheDecl);
791 return Actions.ConvertDeclToDeclGroup(TheDecl);
826 Decl *TheDecl = ParseLinkage(DS, Declarator::FileContext);
827 return Actions.ConvertDeclToDeclGroup(TheDecl);
    [all...]
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h 886 const Decl *TheDecl;
891 PrettyStackTraceDecl(const Decl *theDecl, SourceLocation L,
893 : TheDecl(theDecl), Loc(L), SM(sm), Message(Msg) {}
    [all...]
Stmt.h 766 LabelDecl *TheDecl;
771 : Stmt(LabelStmtClass), TheDecl(D), SubStmt(substmt), IdentLoc(IL) {
778 LabelDecl *getDecl() const { return TheDecl; }
779 void setDecl(LabelDecl *D) { TheDecl = D; }
    [all...]

Completed in 80 milliseconds