Searched refs:getDeclKind (Results 1 – 11 of 11) sorted by relevance
684 Decl::Kind DK = D->getDeclKind(); in castFromDeclContext()768 static Decl::Kind getKind(const DeclContext *DC) { return DC->getDeclKind(); } in getKind()922 while (DC->getDeclKind() != Decl::TranslationUnit) { in isLinkageSpecContext()923 if (DC->getDeclKind() == Decl::LinkageSpec) in isLinkageSpecContext()
302 while (DC->getDeclKind() != Decl::TranslationUnit) { in getOutermostFuncOrBlockContext()
668 if (DC->isFunctionOrMethod() && (DC->getDeclKind() != Decl::Captured)) { in ComputeName()
208 switch (DC->getDeclKind()) { in getDefinitiveDeclContext()
200 switch (DC->getDeclKind()) { in PrintDeclContext()
1189 Decl::Kind getDeclKind() const { in getDeclKind() function1841 return To::classofKind(Val.getDeclKind());
973 return DC->isFunctionOrMethod() && DC->getDeclKind() != Decl::Block; in isFunctionOrMethodVarDecl()
683 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCCategoryImpl && in DiagnoseUnsupportedPropertyUse()684 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) { in DiagnoseUnsupportedPropertyUse()
3530 switch (CurContext->getDeclKind()) { in getObjCContainerKind()3850 switch (container->getDeclKind()) { in searchFromContainer()
10954 getCurLexicalContext()->getDeclKind() != Decl::ObjCCategoryImpl && in ActOnStartOfFunctionDef()10955 getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) in ActOnStartOfFunctionDef()
7486 switch (CurContext->getDeclKind()) { in IsUsingDirectiveInToplevelContext()