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

1 2

  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 286 while (DC && !DC->isFunctionOrMethod()) {
384 if (DC->isFunctionOrMethod())
IdentifierResolver.cpp 101 if (Ctx->isFunctionOrMethod() || S->isFunctionPrototypeScope()) {
SemaTemplateInstantiateDecl.cpp 30 if (DC->isFunctionOrMethod())
510 Parent->getRedeclContext()->isFunctionOrMethod())
779 if (Pattern->getDeclContext()->isFunctionOrMethod() &&
    [all...]
SemaLambda.cpp 247 while (!(DC->isFunctionOrMethod() || DC->isRecord() || DC->isFileContext()))
    [all...]
SemaDecl.cpp 505 return CurContext->isFunctionOrMethod() || S->isFunctionPrototypeScope();
    [all...]
SemaLookup.cpp 116 } else if (!Ctx || Ctx->isFunctionOrMethod()) {
345 if (DC->isFunctionOrMethod())
    [all...]
SemaDeclAttr.cpp 47 /// isFunctionOrMethod - Return true if the given decl has function
50 static bool isFunctionOrMethod(const Decl *D) {
64 /// isFunctionOrMethod or isFunctionOrMethodOrBlock.
221 assert(isFunctionOrMethod(D));
    [all...]
SemaCXXScopeSpec.cpp 705 if (DC->isDependentContext() && DC->isFunctionOrMethod()) {
    [all...]
SemaCodeComplete.cpp 459 CommonAncestor->isFunctionOrMethod())
566 if (HiddenCtx->isFunctionOrMethod())
716 if (LexicalDC->isFunctionOrMethod()) {
    [all...]
SemaTemplate.cpp     [all...]
SemaExpr.cpp     [all...]
SemaStmt.cpp     [all...]
SemaType.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransProtectedScope.cpp 35 if (D->getDeclContext()->getRedeclContext()->isFunctionOrMethod())
  /external/clang/lib/AST/
DeclBase.cpp 178 if (DC->isFunctionOrMethod())
    [all...]
ASTImporter.cpp     [all...]
MicrosoftMangle.cpp 145 if (!DC->isFunctionOrMethod())
327 if (DC->isFunctionOrMethod() && D->hasLinkage())
    [all...]
TypePrinter.cpp 844 if (DC->isFunctionOrMethod()) return;
    [all...]
Decl.cpp     [all...]
Type.cpp     [all...]
Expr.cpp 624 if (DC->isFunctionOrMethod() && (DC->getDeclKind() != Decl::Captured)) {
    [all...]
ItaniumMangle.cpp 428 if (DC->isFunctionOrMethod() && D->hasLinkage())
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 385 /// not a code context (!isFunctionOrMethod()), returns null.
    [all...]
Decl.h 890 return DC->getRedeclContext()->isFunctionOrMethod();
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]

Completed in 807 milliseconds

1 2