Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DDeclBase.cpp612 Decl::Kind DK = D->getDeclKind(); in castFromDeclContext()
695 static Decl::Kind getKind(const DeclContext *DC) { return DC->getDeclKind(); } in getKind()
811 while (DC->getDeclKind() != Decl::TranslationUnit) { in isLinkageSpecContext()
812 if (DC->getDeclKind() == Decl::LinkageSpec) in isLinkageSpecContext()
DDecl.cpp297 while (DC->getDeclKind() != Decl::TranslationUnit) { in getOutermostFuncOrBlockContext()
DExpr.cpp639 if (DC->isFunctionOrMethod() && (DC->getDeclKind() != Decl::Captured)) { in ComputeName()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTCommon.cpp93 switch (DC->getDeclKind()) { in getDefinitiveDeclContext()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
DASTConsumers.cpp191 switch (DC->getDeclKind()) { in PrintDeclContext()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DDeclBase.h1057 Decl::Kind getDeclKind() const { in getDeclKind() function
1685 return To::classofKind(Val.getDeclKind());
DDecl.h899 return DC->isFunctionOrMethod() && DC->getDeclKind() != Decl::Block; in isFunctionOrMethodVarDecl()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp3476 bool is_cxx_method = DeclKindIsCXXClass(containing_decl_ctx->getDeclKind()); in FunctionDieMatchesPartialName()
4285 if (DeclKindIsCXXClass(containing_decl_ctx->getDeclKind())) in ParseChildParameters()
6183 const clang::Decl::Kind containing_decl_kind = decl_ctx->getDeclKind(); in ParseType()
6579 … const clang::Decl::Kind containing_decl_kind = containing_decl_ctx->getDeclKind(); in ParseType()
7953 switch (decl_context->getDeclKind()) in FindExternalVisibleDeclsByName()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclObjC.cpp2495 switch (CurContext->getDeclKind()) { in getObjCContainerKind()
2881 switch (container->getDeclKind()) { in searchFromContainer()
DSemaDeclCXX.cpp6818 switch (CurContext->getDeclKind()) { in IsUsingDirectiveInToplevelContext()