OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TheDecl
(Results
1 - 16
of
16
) 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) {}
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; }
ExprCXX.h
925
MSPropertyDecl *
TheDecl
;
937
TheDecl
(decl), MemberLoc(nameLoc), IsArrow(isArrow),
977
MSPropertyDecl *getPropertyDecl() const { return
TheDecl
; }
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h
743
BlockDecl *
TheDecl
;
754
: CapturingScopeInfo(Diag, ImpCap_Block),
TheDecl
(Block),
Sema.h
4653
StmtResult ActOnLabelStmt(SourceLocation IdentLoc, LabelDecl *
TheDecl
,
4728
LabelDecl *
TheDecl
);
5464
LabelDecl *
TheDecl
);
9912
NamedDecl *
TheDecl
);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp
536
Sema::ActOnLabelStmt(SourceLocation IdentLoc, LabelDecl *
TheDecl
,
539
if (
TheDecl
->getStmt()) {
540
Diag(IdentLoc, diag::err_redefinition_of_label) <<
TheDecl
->getDeclName();
541
Diag(
TheDecl
->getLocation(), diag::note_previous_definition);
545
ReservedIdentifierStatus Status =
TheDecl
->isReserved(getLangOpts());
549
<<
TheDecl
<< static_cast<int>(Status);
552
LabelStmt *LS = new (Context) LabelStmt(IdentLoc,
TheDecl
, SubStmt);
553
TheDecl
->setStmt(LS);
554
if (!
TheDecl
->isGnuLocal()) {
555
TheDecl
->setLocStart(IdentLoc)
[
all
...]
Sema.cpp
2088
if (CurBSI && CurBSI->
TheDecl
&&
2089
!CurBSI->
TheDecl
->Encloses(CurContext)) {
SemaExpr.cpp
3461
currentDecl = BSI->
TheDecl
;
4471
DC = BSI->
TheDecl
;
5612
DC = BSI->
TheDecl
;
14958
LabelDecl *
TheDecl
) {
14959
TheDecl
->markUsed(Context);
14961
return new (Context) AddrLabelExpr(OpLoc, LabLoc,
TheDecl
,
15351
CurBlock->
TheDecl
->setSignatureAsWritten(Sig);
15359
CurBlock->
TheDecl
->setIsVariadic(isVariadic);
15367
CurBlock->
TheDecl
->setBlockMissingReturnType(false);
15390
CurBlock->
TheDecl
, ParamInfo.getBeginLoc(), I)
[
all
...]
TreeTransform.h
13989
blockScope->
TheDecl
->setIsVariadic(oldBlock->isVariadic());
13990
blockScope->
TheDecl
->setBlockMissingReturnType(
14020
blockScope->
TheDecl
->setParams(params);
/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
);
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
);
ParseDeclCXX.cpp
2678
Decl *
TheDecl
= Actions.ParsedFreeStandingDeclSpec(
2680
DS.complete(
TheDecl
);
2682
Decl* decls[] = {AnonRecord,
TheDecl
};
2685
return Actions.ConvertDeclToDeclGroup(
TheDecl
);
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp
302
if (TheLoc.isInvalid() &&
TheDecl
)
303
TheLoc =
TheDecl
->getLocation();
312
if (const auto *DN = dyn_cast_or_null<NamedDecl>(
TheDecl
)) {
Decl.cpp
82
if (!Loc.isValid() &&
TheDecl
) Loc =
TheDecl
->getLocation();
89
if (auto *ND = dyn_cast_or_null<NamedDecl>(
TheDecl
)) {
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
2208
E->
TheDecl
= readDeclAs<MSPropertyDecl>();
Completed in 66 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026