HomeSort by relevance Sort by last modified time
    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())
594 Parent->getRedeclContext()->isFunctionOrMethod())
    [all...]
SemaLambda.cpp 247 while (!(DC->isFunctionOrMethod() || DC->isRecord() || DC->isFileContext()))
    [all...]
SemaDecl.cpp 553 return CurContext->isFunctionOrMethod() || S->isFunctionPrototypeScope();
    [all...]
SemaLookup.cpp 116 } else if (!Ctx || Ctx->isFunctionOrMethod()) {
346 if (DC->isFunctionOrMethod())
    [all...]
SemaCXXScopeSpec.cpp 762 if (DC->isDependentContext() && DC->isFunctionOrMethod()) {
    [all...]
SemaDeclAttr.cpp 48 /// isFunctionOrMethod - Return true if the given decl has function
51 static bool isFunctionOrMethod(const Decl *D) {
57 return isFunctionOrMethod(D) || isa<BlockDecl>(D);
70 /// isFunctionOrMethod or isFunctionOrMethodOrBlock.
    [all...]
SemaStmt.cpp     [all...]
SemaCodeComplete.cpp 459 CommonAncestor->isFunctionOrMethod())
565 if (HiddenCtx->isFunctionOrMethod())
715 if (LexicalDC->isFunctionOrMethod()) {
    [all...]
SemaTemplate.cpp     [all...]
SemaType.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransProtectedScope.cpp 35 if (D->getDeclContext()->getRedeclContext()->isFunctionOrMethod())
  /external/clang/include/clang/AST/
DeclBase.h 387 /// not a code context (!isFunctionOrMethod()), returns null.
    [all...]
Decl.h     [all...]
  /external/clang/lib/AST/
DeclBase.cpp 178 if (DC->isFunctionOrMethod())
    [all...]
ASTImporter.cpp     [all...]
MicrosoftMangle.cpp 166 if (!DC->isFunctionOrMethod())
356 if (DC->isFunctionOrMethod() && D->hasLinkage())
    [all...]
TypePrinter.cpp 861 if (DC->isFunctionOrMethod()) return;
    [all...]
Decl.cpp     [all...]
Type.cpp     [all...]
Expr.cpp 662 if (DC->isFunctionOrMethod() && (DC->getDeclKind() != Decl::Captured)) {
    [all...]
ItaniumMangle.cpp 448 if (DC->isFunctionOrMethod() && D->hasLinkage())
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]

Completed in 483 milliseconds

1 2