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 521 BlockDecl *TheDecl;
532 : CapturingScopeInfo(Diag, ImpCap_Block), TheDecl(Block),
  /external/clang/lib/Parse/
Parser.cpp 844 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS, DS);
845 DS.complete(TheDecl);
846 return Actions.ConvertDeclToDeclGroup(TheDecl);
884 Decl *TheDecl = ParseLinkage(DS, Declarator::FileContext);
885 return Actions.ConvertDeclToDeclGroup(TheDecl);
    [all...]
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
ExprCXX.h 616 MSPropertyDecl *TheDecl;
630 BaseExpr(baseExpr), TheDecl(decl),
660 MSPropertyDecl *getPropertyDecl() const { return TheDecl; }
    [all...]
Stmt.h 782 LabelDecl *TheDecl;
787 : Stmt(LabelStmtClass), TheDecl(D), SubStmt(substmt), IdentLoc(IL) {
794 LabelDecl *getDecl() const { return TheDecl; }
795 void setDecl(LabelDecl *D) { TheDecl = D; }
    [all...]

Completed in 183 milliseconds