OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFunctionOrMethod
(Results
1 - 25
of
31
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransProtectedScope.cpp
35
if (D->getDeclContext()->getRedeclContext()->
isFunctionOrMethod
())
/src/external/apache2/llvm/dist/clang/lib/Sema/
CodeCompleteConsumer.cpp
374
while (DC && !DC->
isFunctionOrMethod
()) {
469
if (DC->
isFunctionOrMethod
())
IdentifierResolver.cpp
103
if (Ctx->
isFunctionOrMethod
() || (S && S->isFunctionPrototypeScope())) {
SemaTemplateInstantiateDecl.cpp
35
if (DC->
isFunctionOrMethod
())
1148
Parent->getRedeclContext()->
isFunctionOrMethod
())
1426
if (Pattern->getDeclContext()->
isFunctionOrMethod
() &&
1899
Owner->
isFunctionOrMethod
() ||
2976
if (!Owner->
isFunctionOrMethod
())
3051
bool isFunctionScope = Owner->
isFunctionOrMethod
();
3139
if (D->getDeclContext()->
isFunctionOrMethod
() && *NumExpansions > 1) {
5047
if (NewVar->getDeclContext()->
isFunctionOrMethod
())
5095
NewVar->getDeclContext()->
isFunctionOrMethod
() &&
5821
(ParentDependsOnArgs && (ParentDC->
isFunctionOrMethod
() ||
[
all
...]
SemaDecl.cpp
655
return CurContext->
isFunctionOrMethod
() || S->isFunctionPrototypeScope();
1783
bool WithinFunction = D->getDeclContext()->
isFunctionOrMethod
();
4014
(!OldVD->getLexicalDeclContext()->
isFunctionOrMethod
() &&
4015
!NewVD->getLexicalDeclContext()->
isFunctionOrMethod
());
4019
return !OldVD->getLexicalDeclContext()->
isFunctionOrMethod
() ||
4676
if (CurContext->
isFunctionOrMethod
())
4744
Tag && Tag->getDeclContext()->
isFunctionOrMethod
())
5812
else if (CurContext->
isFunctionOrMethod
() &&
6281
if (!OuterContext->
isFunctionOrMethod
())
6668
if (DC->
isFunctionOrMethod
() || isa<OMPDeclareReductionDecl>(DC) |
[
all
...]
SemaLambda.cpp
246
while (!(DC->
isFunctionOrMethod
() || DC->isRecord() || DC->isFileContext()))
1025
if (Intro.Default != LCD_None && !Class->getParent()->
isFunctionOrMethod
() &&
SemaCXXScopeSpec.cpp
799
if (DC->isDependentContext() && DC->
isFunctionOrMethod
()) {
SemaLookup.cpp
118
} else if (!Ctx || Ctx->
isFunctionOrMethod
()) {
356
if (DC->
isFunctionOrMethod
())
1351
if (Ctx->
isFunctionOrMethod
()) {
3984
(S->getEntity())->
isFunctionOrMethod
()) {
4026
if (Ctx->
isFunctionOrMethod
())
SemaDeclAttr.cpp
63
///
isFunctionOrMethod
- Return true if the given decl has function
66
static bool
isFunctionOrMethod
(const Decl *D) {
73
return
isFunctionOrMethod
(D) || isa<BlockDecl>(D);
86
///
isFunctionOrMethod
or isFunctionOrMethodOrBlock.
815
assert(
isFunctionOrMethod
(D) && hasFunctionProto(D));
6478
if (!
isFunctionOrMethod
(D)) {
6551
if (!
isFunctionOrMethod
(D)) {
6624
if (!
isFunctionOrMethod
(D) || !hasFunctionProto(D) || isInstanceMethod(D) ||
6682
if (!
isFunctionOrMethod
(D)) {
6695
if (!
isFunctionOrMethod
(D))
[
all
...]
SemaType.cpp
3636
!S.CurContext->
isFunctionOrMethod
() ||
4162
if (ctx->
isFunctionOrMethod
())
4555
bool
isFunctionOrMethod
= false;
4562
isFunctionOrMethod
= true;
4566
if (state.getDeclarator().isObjCIvar() && !
isFunctionOrMethod
) {
4605
if (
isFunctionOrMethod
&& inAssumeNonNullRegion)
4610
if (
isFunctionOrMethod
) {
SemaStmt.cpp
4543
while (DC && !DC->
isFunctionOrMethod
())
4623
while (!(DC->
isFunctionOrMethod
() || DC->isRecord() || DC->isFileContext()))
SemaCodeComplete.cpp
716
CommonAncestor->
isFunctionOrMethod
())
823
if (HiddenCtx->
isFunctionOrMethod
())
973
if (LexicalDC->
isFunctionOrMethod
()) {
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTCommon.cpp
465
if (D->getLexicalDeclContext()->
isFunctionOrMethod
()) {
ASTReaderDecl.cpp
1439
VD->getLexicalDeclContext()->
isFunctionOrMethod
())
2850
return !D->getDeclContext()->
isFunctionOrMethod
();
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h
450
/// not a code context (!
isFunctionOrMethod
()), returns null.
1912
bool
isFunctionOrMethod
() const {
1926
return !
isFunctionOrMethod
() && getDeclKind() != Decl::LinkageSpec &&
Decl.h
1146
return DC->getRedeclContext()->
isFunctionOrMethod
();
1160
return DC->
isFunctionOrMethod
() && DC->getDeclKind() != Decl::Block;
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp
290
if (DC->
isFunctionOrMethod
())
372
if (LDC->
isFunctionOrMethod
())
ASTImporter.cpp
2474
if (DC && !DC->
isFunctionOrMethod
()) {
2572
if (!DC->
isFunctionOrMethod
()) {
2624
assert(LexicalDC->
isFunctionOrMethod
());
2676
if (!DC->
isFunctionOrMethod
() && SearchName) {
2790
if (!DC->
isFunctionOrMethod
() && !D->isLambda()) {
3010
if (!LexicalDC->
isFunctionOrMethod
()) {
3274
else if (!LexicalDC->
isFunctionOrMethod
()) {
5405
if (!DC->
isFunctionOrMethod
()) {
5691
assert(!DC->
isFunctionOrMethod
() &&
5946
if (!LexicalDC->
isFunctionOrMethod
()) {
[
all
...]
Decl.cpp
1457
if (D->getDeclContext()->
isFunctionOrMethod
())
1579
if (getDeclContext()->
isFunctionOrMethod
()) {
1622
if (Ctx->
isFunctionOrMethod
())
TypePrinter.cpp
1227
if (DC->
isFunctionOrMethod
())
MicrosoftMangle.cpp
197
if (!DC->
isFunctionOrMethod
())
518
if (DC->
isFunctionOrMethod
() && D->hasLinkage())
DeclCXX.cpp
2967
return ExtendingDecl->getDeclContext()->
isFunctionOrMethod
() ? SD_Automatic
Type.cpp
3856
Tag->getDeclContext()->
isFunctionOrMethod
() ||
/src/external/apache2/llvm/dist/clang/lib/Analysis/
BodyFarm.cpp
233
if (!FoundDecl->getDeclContext()->
isFunctionOrMethod
())
/src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp
601
if (Ctx->
isFunctionOrMethod
())
Completed in 157 milliseconds
1
2
Indexes created Tue Feb 24 08:35:24 UTC 2026