Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1864 CXXNew, // C++ new-expression. enumerator
2153 case DeclaratorContext::CXXNew: in mayOmitIdentifier()
2192 case DeclaratorContext::CXXNew: in mayHaveIdentifier()
2238 case DeclaratorContext::CXXNew: in mayHaveDecompositionDeclarator()
2295 case DeclaratorContext::CXXNew: in mayBeFollowedByCXXDirectInit()
2533 case DeclaratorContext::CXXNew: in isFunctionDeclarationContext()
2569 case DeclaratorContext::CXXNew: in isExpressionContext()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp3296 DeclaratorContext::CXXNew); in ParseCXXNewExpression()
3344 if (ParseCXXTypeSpecifierSeq(DS, DeclaratorContext::CXXNew)) in ParseCXXNewExpression()
H A DParseDecl.cpp3258 case DeclaratorContext::CXXNew: in getDeclSpecContextFromDeclaratorContext()
6599 TheContext != DeclaratorContext::CXXNew); in isPtrOperatorToken()
6729 ((D.getContext() != DeclaratorContext::CXXNew) in ParseDeclaratorInternal()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3286 case DeclaratorContext::CXXNew: in GetDeclSpecTypeForDeclarator()
3380 case DeclaratorContext::CXXNew: in GetDeclSpecTypeForDeclarator()
3562 if (D.getContext() == DeclaratorContext::CXXNew) in warnAboutRedundantParens()
4449 case DeclaratorContext::CXXNew: in GetFullTypeForDeclarator()
5612 case DeclaratorContext::CXXNew: in GetFullTypeForDeclarator()