HomeSort by relevance Sort by last modified time
    Searched refs:isFunctionOrMethod (Results 1 - 25 of 26) sorted by null

1 2

  /external/clang/lib/AST/
Mangle.cpp 155 if (DC->isFunctionOrMethod())
DeclBase.cpp 170 if (DC->isFunctionOrMethod())
    [all...]
ASTImporter.cpp     [all...]
Decl.cpp     [all...]
TypePrinter.cpp 805 if (DC->isFunctionOrMethod()) return;
    [all...]
ItaniumMangle.cpp 403 if (DC->isFunctionOrMethod() && D->hasLinkage())
    [all...]
Type.cpp     [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 287 while (DC && !DC->isFunctionOrMethod()) {
385 if (DC->isFunctionOrMethod())
IdentifierResolver.cpp 114 if (Ctx->isFunctionOrMethod() || S->isFunctionPrototypeScope()) {
SemaTemplateInstantiateDecl.cpp 390 if (Owner->isFunctionOrMethod())
432 if (!Var->isInvalidDecl() && Owner->isFunctionOrMethod() && !Var->isUsed() &&
518 Parent->getRedeclContext()->isFunctionOrMethod())
680 if (D->getDeclContext()->isFunctionOrMethod())
691 (!D->getDeclContext()->isFunctionOrMethod() || D->isCompleteDefinition()))
746 if (Pattern->getDeclContext()->isFunctionOrMethod() &&
    [all...]
SemaDeclAttr.cpp 91 /// isFunctionOrMethod - Return true if the given decl has function
94 static bool isFunctionOrMethod(const Decl *D) {
102 if (isFunctionOrMethod(D))
122 /// isFunctionOrMethod or isFunctionOrMethodOrBlock.
243 assert(isFunctionOrMethod(D) && hasFunctionProto(D));
    [all...]
SemaDecl.cpp 398 return CurContext->isFunctionOrMethod() || S->isFunctionPrototypeScope();
    [all...]
SemaCXXScopeSpec.cpp 668 if (DC->isDependentContext() && DC->isFunctionOrMethod()) {
    [all...]
SemaLambda.cpp 28 while (!(DC->isFunctionOrMethod() || DC->isRecord() || DC->isFileContext()))
    [all...]
SemaLookup.cpp 116 } else if (!Ctx || Ctx->isFunctionOrMethod()) {
926 if (Ctx->isFunctionOrMethod()) {
    [all...]
SemaAccess.cpp     [all...]
SemaCodeComplete.cpp 459 CommonAncestor->isFunctionOrMethod())
567 if (HiddenCtx->isFunctionOrMethod())
720 if (DC->isFunctionOrMethod() || isa<BlockDecl>(DC)) {
    [all...]
SemaTemplate.cpp     [all...]
SemaType.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransProtectedScope.cpp 35 if (D->getDeclContext()->getRedeclContext()->isFunctionOrMethod())
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
Decl.h 837 return DC->getRedeclContext()->isFunctionOrMethod();
847 return DC->isFunctionOrMethod() && DC->getDeclKind() != Decl::Block;
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 165 milliseconds

1 2