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

  /external/clang/include/clang/Sema/
PrettyDeclStackTrace.h 33 Decl *TheDecl;
40 : S(S), TheDecl(D), Loc(Loc), Message(Msg) {}
ScopeInfo.h 515 BlockDecl *TheDecl;
526 : CapturingScopeInfo(Diag, ImpCap_Block), TheDecl(Block),
  /external/clang/lib/Parse/
Parser.cpp 863 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS, DS);
864 DS.complete(TheDecl);
865 return Actions.ConvertDeclToDeclGroup(TheDecl);
902 Decl *TheDecl = ParseLinkage(DS, Declarator::FileContext);
903 return Actions.ConvertDeclToDeclGroup(TheDecl);
    [all...]
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h 924 const Decl *TheDecl;
929 PrettyStackTraceDecl(const Decl *theDecl, SourceLocation L,
    [all...]
ExprCXX.h 616 MSPropertyDecl *TheDecl;
630 BaseExpr(baseExpr), TheDecl(decl),
660 MSPropertyDecl *getPropertyDecl() const { return TheDecl; }
    [all...]
Stmt.h 763 LabelDecl *TheDecl;
768 : Stmt(LabelStmtClass), TheDecl(D), SubStmt(substmt), IdentLoc(IL) {
775 LabelDecl *getDecl() const { return TheDecl; }
776 void setDecl(LabelDecl *D) { TheDecl = D; }
    [all...]

Completed in 259 milliseconds