Home
last modified time | relevance | path

Searched refs:AliasDeclContext (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1748 AliasDeclContext, // C++11 alias-declaration. enumerator
1951 case DeclaratorContext::AliasDeclContext: in mayOmitIdentifier()
1995 case DeclaratorContext::AliasDeclContext: in mayHaveIdentifier()
2033 case DeclaratorContext::AliasDeclContext: in mayHaveDecompositionDeclarator()
2095 case DeclaratorContext::AliasDeclContext: in mayBeFollowedByCXXDirectInit()
2307 case DeclaratorContext::AliasDeclContext: in isFunctionDeclarationContext()
2341 case DeclaratorContext::AliasDeclContext: in isExpressionContext()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp2982 case DeclaratorContext::AliasDeclContext: in GetDeclSpecTypeForDeclarator()
3114 case DeclaratorContext::AliasDeclContext: in GetDeclSpecTypeForDeclarator()
3947 D.getContext() == DeclaratorContext::AliasDeclContext || in GetFullTypeForDeclarator()
4158 case DeclaratorContext::AliasDeclContext: in GetFullTypeForDeclarator()
4664 << (D.getContext() == DeclaratorContext::AliasDeclContext || in GetFullTypeForDeclarator()
5133 case DeclaratorContext::AliasDeclContext: in GetFullTypeForDeclarator()
5738 D.getContext() != DeclaratorContext::AliasDeclContext && in ActOnTypeName()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp2705 if (Context == DeclaratorContext::AliasDeclContext || in getDeclSpecContextFromDeclaratorContext()
5712 else if (D.getContext() == DeclaratorContext::AliasDeclContext || in ParseDirectDeclarator()
H A DParseDeclCXX.cpp822 : DeclaratorContext::AliasDeclContext, in ParseAliasDeclarationAfterDeclarator()