Searched refs:getDeclKind (Results 1 – 13 of 13) sorted by relevance
227 switch (context->getDeclKind()) { in GetNamespaceImpl()
93 switch (DC->getDeclKind()) { in getDefinitiveDeclContext()
623 Decl::Kind DK = D->getDeclKind(); in castFromDeclContext()707 static Decl::Kind getKind(const DeclContext *DC) { return DC->getDeclKind(); } in getKind()857 while (DC->getDeclKind() != Decl::TranslationUnit) { in isLinkageSpecContext()858 if (DC->getDeclKind() == Decl::LinkageSpec) in isLinkageSpecContext()
291 while (DC->getDeclKind() != Decl::TranslationUnit) { in getOutermostFuncOrBlockContext()
624 if (DC->isFunctionOrMethod() && (DC->getDeclKind() != Decl::Captured)) { in ComputeName()
191 switch (DC->getDeclKind()) { in PrintDeclContext()
1079 Decl::Kind getDeclKind() const { in getDeclKind() function1709 return To::classofKind(Val.getDeclKind());
900 return DC->isFunctionOrMethod() && DC->getDeclKind() != Decl::Block; in isFunctionOrMethodVarDecl()
647 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCCategoryImpl && in DiagnoseUnsupportedPropertyUse()648 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) { in DiagnoseUnsupportedPropertyUse()
2525 switch (CurContext->getDeclKind()) { in getObjCContainerKind()2846 switch (container->getDeclKind()) { in searchFromContainer()
9998 getCurLexicalContext()->getDeclKind() != Decl::ObjCCategoryImpl && in ActOnStartOfFunctionDef()9999 getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) in ActOnStartOfFunctionDef()
7026 switch (CurContext->getDeclKind()) { in IsUsingDirectiveInToplevelContext()
3428 bool is_cxx_method = DeclKindIsCXXClass(containing_decl_ctx->getDeclKind()); in FunctionDieMatchesPartialName()4227 if (DeclKindIsCXXClass(containing_decl_ctx->getDeclKind())) in ParseChildParameters()6122 const clang::Decl::Kind containing_decl_kind = decl_ctx->getDeclKind(); in ParseType()6489 … const clang::Decl::Kind containing_decl_kind = containing_decl_ctx->getDeclKind(); in ParseType()7861 switch (decl_context->getDeclKind()) in FindExternalVisibleDeclsByName()