OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isThisDeclarationADefinition
(Results
1 - 25
of
45
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexDecl.cpp
79
return MD && !MD->isImplicit() && MD->
isThisDeclarationADefinition
() &&
104
FD->
isThisDeclarationADefinition
())
107
if (MD->
isThisDeclarationADefinition
())
114
FD->
isThisDeclarationADefinition
()) {
124
if (FD->
isThisDeclarationADefinition
()) {
183
if (D->
isThisDeclarationADefinition
()) {
290
if (D->
isThisDeclarationADefinition
()) {
361
if (D->
isThisDeclarationADefinition
()) {
393
if (D->
isThisDeclarationADefinition
()) {
424
if (D->
isThisDeclarationADefinition
()) {
[
all
...]
IndexingContext.cpp
251
return VD->
isThisDeclarationADefinition
(Ctx);
254
return FD->
isThisDeclarationADefinition
();
257
return TD->
isThisDeclarationADefinition
();
260
return MD->
isThisDeclarationADefinition
() || isa<ObjCImplDecl>(ContainerDC);
IndexTypeSourceInfo.cpp
95
if (FD->
isThisDeclarationADefinition
()) {
302
if (D->
isThisDeclarationADefinition
()) {
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.cpp
94
if (isa<ObjCImplDecl>(LexicalDC) && !D->
isThisDeclarationADefinition
())
168
if (!ObjCID->
isThisDeclarationADefinition
() &&
176
if (!ObjCPD->
isThisDeclarationADefinition
() &&
608
bool isDef = D->
isThisDeclarationADefinition
();
624
DeclInfo DInfo(!D->isFirstDecl(), D->
isThisDeclarationADefinition
(),
645
DeclInfo DInfo(!D->isFirstDecl(), D->
isThisDeclarationADefinition
(),
646
D->
isThisDeclarationADefinition
());
658
if (!D->
isThisDeclarationADefinition
()) {
689
ObjCProtocolListInfo ProtInfo(D->
isThisDeclarationADefinition
()
713
if (!D->
isThisDeclarationADefinition
()) {
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
NoUncountedMembersChecker.cpp
89
if (!RD->
isThisDeclarationADefinition
())
RefCntblBaseVirtualDtorChecker.cpp
101
if (!RD->
isThisDeclarationADefinition
())
/src/external/apache2/llvm/dist/clang/tools/clang-extdef-mapping/
ClangExtDefMapGen.cpp
63
if (FD->
isThisDeclarationADefinition
())
/src/external/apache2/llvm/dist/clang/examples/CallSuperAttribute/
CallSuperAttrInfo.cpp
81
if (MethodDecl->
isThisDeclarationADefinition
() && MethodDecl->hasBody()) {
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CallGraph.h
115
if (includeInGraph(FD) && FD->
isThisDeclarationADefinition
()) {
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclPrinter.cpp
454
if (FD->
isThisDeclarationADefinition
())
459
if (TD->getTemplatedDecl()->
isThisDeclarationADefinition
())
1176
if (!PrevDecl->
isThisDeclarationADefinition
())
1191
if (D->
isThisDeclarationADefinition
())
1349
if (!OID->
isThisDeclarationADefinition
()) {
1403
if (!PID->
isThisDeclarationADefinition
()) {
Decl.cpp
2128
VarDecl::
isThisDeclarationADefinition
(ASTContext &C) const {
2214
DefinitionKind Kind =
isThisDeclarationADefinition
();
2221
Kind = I->
isThisDeclarationADefinition
();
2233
if (I->
isThisDeclarationADefinition
(C) == Definition)
2244
Kind = std::max(Kind, I->
isThisDeclarationADefinition
(C));
2293
if (I->
isThisDeclarationADefinition
()) {
2956
InstantiatedFrom->
isThisDeclarationADefinition
();
2964
InstantiatedFrom->
isThisDeclarationADefinition
();
2973
if (FD->
isThisDeclarationADefinition
()) {
DeclObjC.cpp
543
if (!
isThisDeclarationADefinition
())
564
bool HasCompleteDef =
isThisDeclarationADefinition
();
1552
if (!
isThisDeclarationADefinition
())
1559
if (!
isThisDeclarationADefinition
())
ASTImporter.cpp
2694
if (D->
isThisDeclarationADefinition
() && FoundDef)
2830
if (D->
isThisDeclarationADefinition
() && FoundDef) {
3986
if (D->
isThisDeclarationADefinition
() && FoundDef)
4524
if (D->
isThisDeclarationADefinition
())
4964
if (D->
isThisDeclarationADefinition
())
5422
if (D->
isThisDeclarationADefinition
() && TemplateWithDef)
5541
if (D->
isThisDeclarationADefinition
() && PrevDefinition) {
5710
if (D->
isThisDeclarationADefinition
() && FoundDef)
5773
if (DTemplated->
isThisDeclarationADefinition
() &&
5774
!ToTemplated->
isThisDeclarationADefinition
()) {
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp
310
if (FD->
isThisDeclarationADefinition
() &&
319
if (MD->
isThisDeclarationADefinition
()) {
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
NSErrorChecker.cpp
54
if (!D->
isThisDeclarationADefinition
())
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclTemplate.h
1035
bool
isThisDeclarationADefinition
() const {
1036
return getTemplatedDecl()->
isThisDeclarationADefinition
();
2297
bool
isThisDeclarationADefinition
() const {
2298
return getTemplatedDecl()->
isThisDeclarationADefinition
();
3126
bool
isThisDeclarationADefinition
() const {
3127
return getTemplatedDecl()->
isThisDeclarationADefinition
();
DeclObjC.h
535
bool
isThisDeclarationADefinition
() const { return hasBody(); }
1292
if (
isThisDeclarationADefinition
())
1506
bool
isThisDeclarationADefinition
() const {
2205
bool
isThisDeclarationADefinition
() const {
2217
if (
isThisDeclarationADefinition
())
ASTNodeTraverser.h
615
if (D->
isThisDeclarationADefinition
())
Decl.h
1196
DefinitionKind
isThisDeclarationADefinition
(ASTContext &) const;
1197
DefinitionKind
isThisDeclarationADefinition
() const {
1198
return
isThisDeclarationADefinition
(getASTContext());
1369
assert(
isThisDeclarationADefinition
() && "Not a definition!");
2120
bool
isThisDeclarationADefinition
() const {
3389
bool
isThisDeclarationADefinition
() const {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp
453
if (!VariantFTD->
isThisDeclarationADefinition
())
1748
!(isFriend && !D->getTemplatedDecl()->
isThisDeclarationADefinition
()))
2047
if (isFriend && D->
isThisDeclarationADefinition
()) {
2058
} else if (isFriend && D->
isThisDeclarationADefinition
()) {
2160
Function->
isThisDeclarationADefinition
()
2169
if (isFriend && D->
isThisDeclarationADefinition
() && Function->isUsed(false)) {
3549
D->
isThisDeclarationADefinition
()) {
3601
if (D->
isThisDeclarationADefinition
() &&
4675
if (ExistingDefn->
isThisDeclarationADefinition
())
4941
assert(PatternDecl->
isThisDeclarationADefinition
() &
[
all
...]
SemaDecl.cpp
2427
return VD->
isThisDeclarationADefinition
();
2689
unsigned Diag = cast<VarDecl>(Def)->
isThisDeclarationADefinition
() ==
2706
if (VD->
isThisDeclarationADefinition
() != VarDecl::Definition) {
2861
(NewVD->hasInit() || NewVD->
isThisDeclarationADefinition
()))
2922
if (VD->
isThisDeclarationADefinition
() == VarDecl::DeclarationOnly) {
3071
if (Old->
isThisDeclarationADefinition
())
3458
!Old->isDefined() && !New->
isThisDeclarationADefinition
())
3888
S.Diag(New->getLocation(), New->
isThisDeclarationADefinition
()
4208
!Old->getDefinition() && !New->
isThisDeclarationADefinition
())
4232
New->
isThisDeclarationADefinition
() == VarDecl::Definition)
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
193
if (!Class->
isThisDeclarationADefinition
()) {
204
if (!Proto->
isThisDeclarationADefinition
()) {
215
if (FDecl->
isThisDeclarationADefinition
() &&
741
if (PD->
isThisDeclarationADefinition
())
749
if (!IFace->
isThisDeclarationADefinition
()) {
754
!cast<ObjCInterfaceDecl>(*DI)->
isThisDeclarationADefinition
() &&
774
if (!Proto->
isThisDeclarationADefinition
()) {
779
!cast<ObjCProtocolDecl>(*DI)->
isThisDeclarationADefinition
() &&
1156
assert(PDecl->
isThisDeclarationADefinition
());
3905
if ((!CDecl->
isThisDeclarationADefinition
() || IVars.size() == 0) &
[
all
...]
RewriteObjC.cpp
173
if (!Class->
isThisDeclarationADefinition
()) {
180
if (!Proto->
isThisDeclarationADefinition
()) {
668
if (ID->
isThisDeclarationADefinition
())
673
if (PD->
isThisDeclarationADefinition
())
681
if (!IFace->
isThisDeclarationADefinition
()) {
686
!cast<ObjCInterfaceDecl>(*DI)->
isThisDeclarationADefinition
() &&
700
if (!Proto->
isThisDeclarationADefinition
()) {
705
!cast<ObjCProtocolDecl>(*DI)->
isThisDeclarationADefinition
() &&
990
assert(PDecl->
isThisDeclarationADefinition
());
3116
if ((!CDecl->
isThisDeclarationADefinition
() || NumIvars == 0) &
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp
752
Record.push_back(D->
isThisDeclarationADefinition
());
753
if (D->
isThisDeclarationADefinition
()) {
815
Record.push_back(D->
isThisDeclarationADefinition
());
816
if (D->
isThisDeclarationADefinition
()) {
1355
Record.push_back(D->
isThisDeclarationADefinition
());
1356
if (D->
isThisDeclarationADefinition
())
ASTReaderDecl.cpp
2853
(Var->
isThisDeclarationADefinition
() == VarDecl::Definition ||
3369
if (FD->
isThisDeclarationADefinition
())
3372
if (MD->
isThisDeclarationADefinition
())
3573
if (VD->
isThisDeclarationADefinition
() == VarDecl::Definition) {
3575
if (CurD->
isThisDeclarationADefinition
() == VarDecl::Definition) {
4104
if (Class->
isThisDeclarationADefinition
() ||
Completed in 60 milliseconds
1
2
Indexes created Wed Jun 17 00:25:26 UTC 2026