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

  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 287 while (DC && !DC->isFunctionOrMethod()) {
386 if (DC->isFunctionOrMethod())
403 if (DC->isFunctionOrMethod() || isa<BlockDecl>(DC)) {
IdentifierResolver.cpp 116 if (Ctx->isFunctionOrMethod() || S->isFunctionPrototypeScope()) {
SemaTemplateInstantiateDecl.cpp 326 if (Owner->isFunctionOrMethod())
369 if (!Var->isInvalidDecl() && Owner->isFunctionOrMethod() && !Var->isUsed() &&
452 Parent->getRedeclContext()->isFunctionOrMethod())
615 if (D->getDeclContext()->isFunctionOrMethod())
626 (!D->getDeclContext()->isFunctionOrMethod() || D->isCompleteDefinition()))
681 if (Pattern->getDeclContext()->isFunctionOrMethod() &&
    [all...]
SemaDeclAttr.cpp 81 /// isFunctionOrMethod - Return true if the given decl has function
84 static bool isFunctionOrMethod(const Decl *D) {
92 if (isFunctionOrMethod(D))
112 /// isFunctionOrMethod or isFunctionOrMethodOrBlock.
860 if (!isFunctionOrMethod(D) || !hasFunctionProto(D)) {
    [all...]
SemaDecl.cpp 359 return CurContext->isFunctionOrMethod() || S->isFunctionPrototypeScope();
    [all...]
SemaCXXScopeSpec.cpp 671 if (DC->isDependentContext() && DC->isFunctionOrMethod()) {
    [all...]
SemaLambda.cpp 27 while (!(DC->isFunctionOrMethod() || DC->isRecord() || DC->isFileContext()))
    [all...]
SemaLookup.cpp 116 } else if (!Ctx || Ctx->isFunctionOrMethod()) {
927 if (Ctx->isFunctionOrMethod()) {
    [all...]
SemaAccess.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaExpr.cpp     [all...]
SemaCodeComplete.cpp 453 CommonAncestor->isFunctionOrMethod())
560 if (HiddenCtx->isFunctionOrMethod())
    [all...]
SemaDeclCXX.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/AST/
Mangle.cpp 138 if (DC->isFunctionOrMethod())
DeclBase.cpp 160 if (DC->isFunctionOrMethod())
    [all...]
ASTImporter.cpp     [all...]
Decl.cpp 779 if (D->getLexicalDeclContext()->isFunctionOrMethod()) {
837 if (Ctx->isFunctionOrMethod())
    [all...]
Type.cpp     [all...]
ItaniumMangle.cpp 402 if (DC->isFunctionOrMethod() && D->hasLinkage())
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
Decl.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 526 milliseconds