Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h1763 CXXNewContext, // C++ new-expression. enumerator
1999 case DeclaratorContext::CXXNewContext: in mayOmitIdentifier()
2037 case DeclaratorContext::CXXNewContext: in mayHaveIdentifier()
2082 case DeclaratorContext::CXXNewContext: in mayHaveDecompositionDeclarator()
2138 case DeclaratorContext::CXXNewContext: in mayBeFollowedByCXXDirectInit()
2359 case DeclaratorContext::CXXNewContext: in isFunctionDeclarationContext()
2394 case DeclaratorContext::CXXNewContext: in isExpressionContext()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaType.cpp3216 case DeclaratorContext::CXXNewContext: in GetDeclSpecTypeForDeclarator()
3326 case DeclaratorContext::CXXNewContext: in GetDeclSpecTypeForDeclarator()
3508 if (D.getContext() == DeclaratorContext::CXXNewContext) in warnAboutRedundantParens()
4382 case DeclaratorContext::CXXNewContext: in GetFullTypeForDeclarator()
5394 case DeclaratorContext::CXXNewContext: in GetFullTypeForDeclarator()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDecl.cpp5578 TheContext != DeclaratorContext::CXXNewContext); in isPtrOperatorToken()
5700 ((D.getContext() != DeclaratorContext::CXXNewContext) in ParseDeclaratorInternal()
HDParseExprCXX.cpp2981 Declarator DeclaratorInfo(DS, DeclaratorContext::CXXNewContext); in ParseCXXNewExpression()