Searched refs:ParseTypeName (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 707 TypeResult Ty = ParseTypeName(); in ParseBuiltinPtrauthTypeDiscriminator() 2174 TypeResult Ty = ParseTypeName(); in ParseSYCLUniqueStableNameExpression() 2342 TypeResult Ty = ParseTypeName(); in ParseBuiltinPrimaryExpression() 2367 Ty = ParseTypeName(); in ParseBuiltinPrimaryExpression() 2493 TypeResult DestTy = ParseTypeName(); in ParseBuiltinPrimaryExpression() 2522 TypeResult DestTy = ParseTypeName(); in ParseBuiltinPrimaryExpression() 2712 TypeResult Ty = ParseTypeName(); in ParseParenExpression() 3015 ControllingType = ParseTypeName(); in ParseGenericSelectionExpression() 3059 TypeResult TR = ParseTypeName(nullptr, DeclaratorContext::Association); in ParseGenericSelectionExpression()
|
| H A D | ParseTemplate.cpp | 667 ParseTypeName(/*Range=*/nullptr, DeclaratorContext::TemplateTypeArg) in ParseTypeParameter() 1295 TypeResult TypeArg = ParseTypeName( in ParseTemplateArgument()
|
| H A D | ParseExprCXX.cpp | 1587 TypeResult Ty = ParseTypeName(); in ParseCXXTypeid() 1630 TypeResult Ty = ParseTypeName(); in ParseCXXUuidof() 3464 TypeResult Ty = ParseTypeName(/*SourceRange=*/nullptr, in ParseTypeTrait() 3502 TypeResult Ty = ParseTypeName(/*SourceRange=*/nullptr, in ParseArrayTypeTrait()
|
| H A D | ParseDecl.cpp | 44 TypeResult Parser::ParseTypeName(SourceRange *Range, DeclaratorContext Context, in ParseTypeName() function in Parser 390 T = ParseTypeName(); in ParseAttributeWithTypeArg() 525 TypeResult T = ParseTypeName(); in ParseAttributeArgsCommon() 1698 TypeResult MatchingCType = ParseTypeName(&MatchingCTypeRange); in ParseTypeTagForDatatypeAttribute() 3080 ParsedType Ty = ParseTypeName().get(); in ParseAlignArgument() 7993 TypeResult Result = ParseTypeName(); in ParseAtomicSpecifier() 8144 TypeResult Result = ParseTypeName(nullptr); in ParseTypeFromString()
|
| H A D | ParseObjc.cpp | 474 boundType = ParseTypeName(); in parseObjCTypeParamListOrProtocolRefs() 1546 TypeResult typeArg = ParseTypeName(); in parseObjCTypeArgsOrProtocolQualifiers() 3167 TypeResult Ty = ParseTypeName(); in ParseObjCEncodeExpression()
|
| H A D | ParseDeclCXX.cpp | 894 ParseTypeName(nullptr, in ParseAliasDeclarationAfterDeclarator() 1267 TypeResult Result = ParseTypeName(); in MaybeParseTypeTransformTypeSpecifier() 4140 TypeResult Res(ParseTypeName(&Range)); in ParseDynamicExceptionSpecification() 4174 return ParseTypeName(&Range, MayBeFollowedByDirectInit in ParseTrailingReturnType()
|
| H A D | ParseOpenMP.cpp | 196 TypeResult TR = ParseTypeName(&Range, DeclaratorContext::Prototype, AS); in ParseOpenMPDeclareReductionDirective() 4175 TypeResult TR = ParseTypeName(); in ParseOpenMPIteratorsExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 1397 ParseTypeName(SourceRange *Range = nullptr,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 4199 …NameEPNS_11SourceRangeENS_10Declarator10TheContextE", "clang::Parser::ParseTypeName(clang::SourceR…
|