Home
last modified time | relevance | path

Searched refs:getDeclKind (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Frontend/
DASTConsumers.cpp115 switch (DC->getDeclKind()) { in PrintDeclContext()
/external/clang/include/clang/AST/
DDeclBase.h985 Decl::Kind getDeclKind() const { in getDeclKind() function
1573 return To::classofKind(Val.getDeclKind());
DDecl.h926 return DC->isFunctionOrMethod() && DC->getDeclKind() != Decl::Block; in isFunctionOrMethodVarDecl()
/external/clang/lib/AST/
DDeclBase.cpp591 Decl::Kind DK = D->getDeclKind(); in castFromDeclContext()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp2204 switch (CurContext->getDeclKind()) { in getObjCContainerKind()
2587 switch (container->getDeclKind()) { in searchFromContainer()
DSemaDeclCXX.cpp5759 switch (CurContext->getDeclKind()) { in IsUsingDirectiveInToplevelContext()