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 471 BlockDecl *TheDecl;
482 : CapturingScopeInfo(Diag, ImpCap_Block), TheDecl(Block),
  /external/clang/lib/Parse/
Parser.cpp 828 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS, DS);
829 DS.complete(TheDecl);
830 return Actions.ConvertDeclToDeclGroup(TheDecl);
867 Decl *TheDecl = ParseLinkage(DS, Declarator::FileContext);
868 return Actions.ConvertDeclToDeclGroup(TheDecl);
    [all...]
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h 898 const Decl *TheDecl;
903 PrettyStackTraceDecl(const Decl *theDecl, SourceLocation L,
905 : TheDecl(theDecl), Loc(L), SM(sm), Message(Msg) {}
    [all...]
Stmt.h 770 LabelDecl *TheDecl;
775 : Stmt(LabelStmtClass), TheDecl(D), SubStmt(substmt), IdentLoc(IL) {
782 LabelDecl *getDecl() const { return TheDecl; }
783 void setDecl(LabelDecl *D) { TheDecl = D; }
    [all...]

Completed in 500 milliseconds