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;
39 : S(S), TheDecl(D), Loc(Loc), Message(Msg) {}
ScopeInfo.h 117 BlockDecl *TheDecl;
141 : FunctionScopeInfo(Diag), TheDecl(Block), TheScope(BlockScope),
  /external/clang/lib/Parse/
Parser.cpp 742 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS, DS);
743 DS.complete(TheDecl);
744 return Actions.ConvertDeclToDeclGroup(TheDecl);
766 Decl *TheDecl = 0;
768 TheDecl = ParseObjCAtProtocolDeclaration(AtLoc, DS.getAttributes());
770 TheDecl = ParseObjCAtInterfaceDeclaration(AtLoc, DS.getAttributes());
771 return Actions.ConvertDeclToDeclGroup(TheDecl);
780 Decl *TheDecl = ParseLinkage(DS, Declarator::FileContext);
781 return Actions.ConvertDeclToDeclGroup(TheDecl);
    [all...]
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h 764 const Decl *TheDecl;
769 PrettyStackTraceDecl(const Decl *theDecl, SourceLocation L,
771 : TheDecl(theDecl), Loc(L), SM(sm), Message(Msg) {}
    [all...]
Stmt.h 673 LabelDecl *TheDecl;
678 : Stmt(LabelStmtClass), TheDecl(D), SubStmt(substmt), IdentLoc(IL) {
685 LabelDecl *getDecl() const { return TheDecl; }
686 void setDecl(LabelDecl *D) { TheDecl = D; }
    [all...]

Completed in 339 milliseconds