Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h1772 CXXNew, // C++ new-expression. enumerator
2012 case DeclaratorContext::CXXNew: in mayOmitIdentifier()
2050 case DeclaratorContext::CXXNew: in mayHaveIdentifier()
2095 case DeclaratorContext::CXXNew: in mayHaveDecompositionDeclarator()
2151 case DeclaratorContext::CXXNew: in mayBeFollowedByCXXDirectInit()
2372 case DeclaratorContext::CXXNew: in isFunctionDeclarationContext()
2407 case DeclaratorContext::CXXNew: in isExpressionContext()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp3446 case DeclaratorContext::CXXNew: in GetDeclSpecTypeForDeclarator()
3540 case DeclaratorContext::CXXNew: in GetDeclSpecTypeForDeclarator()
3721 if (D.getContext() == DeclaratorContext::CXXNew) in warnAboutRedundantParens()
4606 case DeclaratorContext::CXXNew: in GetFullTypeForDeclarator()
5629 case DeclaratorContext::CXXNew: in GetFullTypeForDeclarator()
/external/llvm-project/clang/lib/Parse/
DParseDecl.cpp5606 TheContext != DeclaratorContext::CXXNew); in isPtrOperatorToken()
5733 ((D.getContext() != DeclaratorContext::CXXNew) in ParseDeclaratorInternal()
DParseExprCXX.cpp3072 Declarator DeclaratorInfo(DS, DeclaratorContext::CXXNew); in ParseCXXNewExpression()