OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFunctionOrMethod
(Results
1 - 25
of
27
) sorted by null
1
2
/external/clang/lib/Sema/
CodeCompleteConsumer.cpp
283
while (DC && !DC->
isFunctionOrMethod
()) {
381
if (DC->
isFunctionOrMethod
())
IdentifierResolver.cpp
101
if (Ctx->
isFunctionOrMethod
() || (S && S->isFunctionPrototypeScope())) {
SemaTemplateInstantiateDecl.cpp
30
if (DC->
isFunctionOrMethod
())
626
Parent->getRedeclContext()->
isFunctionOrMethod
())
[
all
...]
SemaDecl.cpp
552
return CurContext->
isFunctionOrMethod
() || S->isFunctionPrototypeScope();
[
all
...]
SemaLookup.cpp
120
} else if (!Ctx || Ctx->
isFunctionOrMethod
()) {
350
if (DC->
isFunctionOrMethod
())
[
all
...]
SemaLambda.cpp
247
while (!(DC->
isFunctionOrMethod
() || DC->isRecord() || DC->isFileContext()))
[
all
...]
SemaCXXScopeSpec.cpp
765
if (DC->isDependentContext() && DC->
isFunctionOrMethod
()) {
[
all
...]
SemaType.cpp
[
all
...]
SemaDeclAttr.cpp
49
///
isFunctionOrMethod
- Return true if the given decl has function
52
static bool
isFunctionOrMethod
(const Decl *D) {
58
return
isFunctionOrMethod
(D) || isa<BlockDecl>(D);
71
///
isFunctionOrMethod
or isFunctionOrMethodOrBlock.
[
all
...]
SemaStmt.cpp
[
all
...]
SemaCodeComplete.cpp
459
CommonAncestor->
isFunctionOrMethod
())
565
if (HiddenCtx->
isFunctionOrMethod
())
715
if (LexicalDC->
isFunctionOrMethod
()) {
[
all
...]
SemaTemplate.cpp
[
all
...]
SemaExpr.cpp
[
all
...]
/external/clang/lib/ARCMigrate/
TransProtectedScope.cpp
35
if (D->getDeclContext()->getRedeclContext()->
isFunctionOrMethod
())
/external/clang/include/clang/AST/
DeclBase.h
399
/// not a code context (!
isFunctionOrMethod
()), returns null.
[
all
...]
Decl.h
[
all
...]
/external/clang/lib/AST/
DeclBase.cpp
203
if (DC->
isFunctionOrMethod
())
272
if (LDC->
isFunctionOrMethod
())
[
all
...]
ASTImporter.cpp
[
all
...]
MicrosoftMangle.cpp
170
if (!DC->
isFunctionOrMethod
())
363
if (DC->
isFunctionOrMethod
() && D->hasLinkage())
[
all
...]
TypePrinter.cpp
865
if (DC->
isFunctionOrMethod
()) return;
[
all
...]
Decl.cpp
[
all
...]
Expr.cpp
668
if (DC->
isFunctionOrMethod
() && (DC->getDeclKind() != Decl::Captured)) {
[
all
...]
ItaniumMangle.cpp
446
if (DC->
isFunctionOrMethod
() && D->hasLinkage())
[
all
...]
Type.cpp
[
all
...]
/external/clang/lib/Serialization/
ASTReaderDecl.cpp
[
all
...]
Completed in 144 milliseconds
1
2