Searched refs:ParseTypeName (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 853 TypeResult Ty = ParseTypeName(); in ParseBuiltinPtrauthTypeDiscriminator() 2532 TypeResult Ty = ParseTypeName(); in ParseSYCLUniqueStableNameExpression() 2729 TypeResult Ty = ParseTypeName(); in ParseBuiltinPrimaryExpression() 2754 Ty = ParseTypeName(); in ParseBuiltinPrimaryExpression() 2880 TypeResult DestTy = ParseTypeName(); in ParseBuiltinPrimaryExpression() 2909 TypeResult DestTy = ParseTypeName(); in ParseBuiltinPrimaryExpression() 3125 TypeResult Ty = ParseTypeName(); in ParseParenExpression() 3467 ControllingType = ParseTypeName(); in ParseGenericSelectionExpression() 3512 TypeResult TR = ParseTypeName(nullptr, DeclaratorContext::Association); in ParseGenericSelectionExpression()
|
H A D | ParseTemplate.cpp | 754 ParseTypeName(/*Range=*/nullptr, DeclaratorContext::TemplateTypeArg) in ParseTypeParameter() 1491 TypeResult TypeArg = ParseTypeName( in ParseTemplateArgument()
|
H A D | ParseExprCXX.cpp | 1745 TypeResult Ty = ParseTypeName(); in ParseCXXTypeid() 1793 TypeResult Ty = ParseTypeName(); in ParseCXXUuidof() 3949 TypeResult Ty = ParseTypeName(/*SourceRange=*/nullptr, in ParseTypeTrait() 3994 TypeResult Ty = ParseTypeName(/*SourceRange=*/nullptr, in ParseArrayTypeTrait()
|
H A D | ParseDecl.cpp | 50 TypeResult Parser::ParseTypeName(SourceRange *Range, DeclaratorContext Context, in ParseTypeName() function in Parser 422 T = ParseTypeName(); in ParseAttributeWithTypeArg() 563 TypeResult T = ParseTypeName(); in ParseAttributeArgsCommon() 1799 TypeResult MatchingCType = ParseTypeName(&MatchingCTypeRange); in ParseTypeTagForDatatypeAttribute() 3292 ParsedType Ty = ParseTypeName().get(); in ParseAlignArgument() 8399 TypeResult Result = ParseTypeName(); in ParseAtomicSpecifier() 8552 TypeResult Result = ParseTypeName(nullptr); in ParseTypeFromString()
|
H A D | ParseDeclCXX.cpp | 978 ParseTypeName(nullptr, in ParseAliasDeclarationAfterDeclarator() 1365 TypeResult Result = ParseTypeName(); in MaybeParseTypeTransformTypeSpecifier() 4271 TypeResult Res(ParseTypeName(&Range)); in ParseDynamicExceptionSpecification() 4307 return ParseTypeName(&Range, MayBeFollowedByDirectInit in ParseTrailingReturnType()
|
H A D | ParseObjc.cpp | 542 boundType = ParseTypeName(); in parseObjCTypeParamListOrProtocolRefs() 1775 TypeResult typeArg = ParseTypeName(); in parseObjCTypeArgsOrProtocolQualifiers() 3600 TypeResult Ty = ParseTypeName(); in ParseObjCEncodeExpression()
|
H A D | ParseOpenMP.cpp | 325 TypeResult TR = ParseTypeName(&Range, DeclaratorContext::Prototype, AS); in ParseOpenMPDeclareReductionDirective() 4236 TypeResult TR = ParseTypeName(); in ParseOpenMPIteratorsExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 2790 ParseTypeName(SourceRange *Range = nullptr,
|