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

1 2

  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 287 while (DC && !DC->isFunctionOrMethod()) {
385 if (DC->isFunctionOrMethod())
IdentifierResolver.cpp 101 if (Ctx->isFunctionOrMethod() || S->isFunctionPrototypeScope()) {
SemaTemplateInstantiateDecl.cpp 447 Parent->getRedeclContext()->isFunctionOrMethod())
656 if (D->getDeclContext()->isFunctionOrMethod())
667 (!D->getDeclContext()->isFunctionOrMethod() || D->isCompleteDefinition()))
722 if (Pattern->getDeclContext()->isFunctionOrMethod() &&
    [all...]
SemaDeclAttr.cpp 92 /// isFunctionOrMethod - Return true if the given decl has function
95 static bool isFunctionOrMethod(const Decl *D) {
103 if (isFunctionOrMethod(D))
123 /// isFunctionOrMethod or isFunctionOrMethodOrBlock.
245 assert(isFunctionOrMethod(D));
    [all...]
SemaCXXScopeSpec.cpp 657 if (DC->isDependentContext() && DC->isFunctionOrMethod()) {
    [all...]
SemaLambda.cpp 29 while (!(DC->isFunctionOrMethod() || DC->isRecord() || DC->isFileContext()))
    [all...]
SemaLookup.cpp 116 } else if (!Ctx || Ctx->isFunctionOrMethod()) {
    [all...]
SemaDecl.cpp 398 return CurContext->isFunctionOrMethod() || S->isFunctionPrototypeScope();
    [all...]
SemaAccess.cpp     [all...]
SemaCodeComplete.cpp 459 CommonAncestor->isFunctionOrMethod())
567 if (HiddenCtx->isFunctionOrMethod())
720 if (DC->isFunctionOrMethod() || isa<BlockDecl>(DC)) {
    [all...]
SemaTemplate.cpp     [all...]
SemaStmt.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/lib/AST/
DeclBase.cpp 171 if (DC->isFunctionOrMethod())
    [all...]
ASTImporter.cpp     [all...]
TypePrinter.cpp 819 if (DC->isFunctionOrMethod()) return;
    [all...]
Decl.cpp     [all...]
ItaniumMangle.cpp 432 if (DC->isFunctionOrMethod() && D->hasLinkage())
    [all...]
Type.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h 388 /// not a code context (!isFunctionOrMethod()), returns null.
    [all...]
Decl.h 872 return DC->getRedeclContext()->isFunctionOrMethod();
882 return DC->isFunctionOrMethod() && DC->getDeclKind() != Decl::Block;
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 703 milliseconds

1 2