Home
last modified time | relevance | path

Searched refs:isExternCContext (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDecl.cpp1886 return getLexicalDeclContext()->isExternCContext(); in isInExternCContext()
2542 return getLexicalDeclContext()->isExternCContext(); in isInExternCContext()
3696 if (!CXXRD || CXXRD->isExternCContext()) in mayInsertExtraPadding()
HDDeclBase.cpp902 bool DeclContext::isExternCContext() const { in isExternCContext() function in DeclContext
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclBase.h1282 bool isExternCContext() const;
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplate.cpp5734 if (Ctx && Ctx->isExternCContext()) in CheckTemplateDeclScope()
HDSemaDecl.cpp13360 CXXRecord->getLexicalDeclContext()->isExternCContext() && in ActOnFields()