HomeSort by: relevance | last modified time | path
    Searched defs:TheDecl (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
PrettyDeclStackTrace.h 32 Decl *TheDecl;
39 : Context(Ctx), TheDecl(D), Loc(Loc), Message(Msg) {}
DeclBase.h 1211 const Decl *TheDecl;
1217 PrettyStackTraceDecl(const Decl *theDecl, SourceLocation L,
1219 : TheDecl(theDecl), Loc(L), SM(sm), Message(Msg) {}
ExprCXX.h 925 MSPropertyDecl *TheDecl;
937 TheDecl(decl), MemberLoc(nameLoc), IsArrow(isArrow),
977 MSPropertyDecl *getPropertyDecl() const { return TheDecl; }
Stmt.h 1799 LabelDecl *TheDecl;
1806 : ValueStmt(LabelStmtClass), TheDecl(D), SubStmt(substmt) {
1816 LabelDecl *getDecl() const { return TheDecl; }
1817 void setDecl(LabelDecl *D) { TheDecl = D; }
  /src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp 1081 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS_none,
1083 DS.complete(TheDecl);
1085 Decl* decls[] = {AnonRecord, TheDecl};
1088 return Actions.ConvertDeclToDeclGroup(TheDecl);
1130 Decl *TheDecl = ParseLinkage(DS, DeclaratorContext::File);
1131 return Actions.ConvertDeclToDeclGroup(TheDecl);
ParseDeclCXX.cpp 2678 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(
2680 DS.complete(TheDecl);
2682 Decl* decls[] = {AnonRecord, TheDecl};
2685 return Actions.ConvertDeclToDeclGroup(TheDecl);
ParseDecl.cpp 1787 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS_none,
1789 DS.complete(TheDecl);
1791 Decl* decls[] = {AnonRecord, TheDecl};
1794 return Actions.ConvertDeclToDeclGroup(TheDecl);
2023 Decl *TheDecl = ParseFunctionDefinition(D, ParsedTemplateInfo(),
2025 return Actions.ConvertDeclToDeclGroup(TheDecl);
4191 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS_none,
4194 DS.complete(TheDecl);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h 743 BlockDecl *TheDecl;
754 : CapturingScopeInfo(Diag, ImpCap_Block), TheDecl(Block),

Completed in 36 milliseconds