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 571 BlockDecl *TheDecl;
582 : CapturingScopeInfo(Diag, ImpCap_Block), TheDecl(Block),
  /external/clang/lib/Parse/
Parser.cpp 883 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS, DS);
884 DS.complete(TheDecl);
885 return Actions.ConvertDeclToDeclGroup(TheDecl);
    [all...]
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
ExprCXX.h 628 MSPropertyDecl *TheDecl;
642 BaseExpr(baseExpr), TheDecl(decl),
672 MSPropertyDecl *getPropertyDecl() const { return TheDecl; }
    [all...]
Stmt.h 779 LabelDecl *TheDecl;
784 : Stmt(LabelStmtClass), IdentLoc(IL), TheDecl(D), SubStmt(substmt) {
794 LabelDecl *getDecl() const { return TheDecl; }
795 void setDecl(LabelDecl *D) { TheDecl = D; }
    [all...]

Completed in 595 milliseconds