Home
last modified time | relevance | path

Searched refs:addNew (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp154 Attrs.addNew(AttrName, AttrNameLoc, AttributeScopeInfo(), nullptr, 0, in ParseSingleGNUAttribute()
403 Attrs.addNew(&AttrName, SourceRange(AttrNameLoc, Parens.getCloseLocation()), in ParseAttributeWithTypeArg()
615 Attrs.addNew(AttrName, SourceRange(AttrLoc, RParen), in ParseAttributeArgsCommon()
945 Attrs.addNew(AttrName, AttrNameLoc, AttributeScopeInfo(), nullptr, 0, in ParseMicrosoftDeclSpecs()
973 attrs.addNew(AttrName, AttrNameLoc, AttributeScopeInfo(), nullptr, 0, in ParseMicrosoftTypeAttributes()
994 attrs.addNew(AttrName, AttrNameLoc, AttributeScopeInfo(), /*Args=*/nullptr, in ParseWebAssemblyFuncrefTypeAttribute()
1039 attrs.addNew(AttrName, AttrNameLoc, AttributeScopeInfo(), nullptr, 0, in ParseBorlandTypeAttributes()
1049 attrs.addNew(AttrName, AttrNameLoc, AttributeScopeInfo(), nullptr, 0, in ParseOpenCLKernelAttributes()
1058 attrs.addNew(AttrName, AttrNameLoc, AttributeScopeInfo(), nullptr, 0, in ParseCUDAFunctionAttributes()
1066 Attrs.addNew(AttrName, AttrNameLoc, AttributeScopeInfo(), nullptr, 0, in ParseOpenCLQualifiers()
[all …]
H A DParseHLSL.cpp299 Attrs.addNew(II, Loc, AttributeScopeInfo(), ArgExprs.data(), ArgExprs.size(), in ParseHLSLAnnotations()
H A DParseDeclCXX.cpp1434 attrs.addNew(AttrName, AttrNameLoc, AttributeScopeInfo(), nullptr, 0, Kind); in ParseMicrosoftInheritanceClassAttributes()
1443 attrs.addNew(AttrName, AttrNameLoc, AttributeScopeInfo(), nullptr, 0, Kind); in ParseNullabilityClassAttributes()
4497 Attrs.addNew(AttrName, SourceRange(AttrNameLoc, RParen), in ParseCXXAssumeAttributeArg()
4633 Attrs.addNew(AttrName, Loc, AttributeScopeInfo(), nullptr, 0, Form); in ParseCXX11AttributeSpecifierInternal()
4728 Attrs.addNew(AttrName, in ParseCXX11AttributeSpecifierInternal()
4897 Attrs.addNew(UuidIdent, SourceRange(UuidLoc, T.getCloseLocation()), in ParseMicrosoftUuidAttributeArgs()
4971 Attrs.addNew(RootSignatureIdent, in ParseHLSLRootSignatureAttributeArgs()
5023 Attrs.addNew(II, NameLoc, AttributeScopeInfo(), nullptr, 0, in ParseMicrosoftAttributes()
H A DParseStmt.cpp2355 TempAttrs.addNew(Hint.PragmaNameLoc->getIdentifierInfo(), Hint.Range, in ParsePragmaLoopHint()
H A DParseExprCXX.cpp1237 Attributes.addNew(AttrName, AttrNameLoc, AttributeScopeInfo(), in ParseLambdaExpressionAfterIntroducer()
H A DParsePragma.cpp1929 Attrs.addNew(AttrName, AttrNameLoc, AttributeScopeInfo(), nullptr, 0, in HandlePragmaAttribute()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h978 ParsedAttr *addNew(IdentifierInfo *attrName, SourceRange attrRange,
989 ParsedAttr *addNew(IdentifierInfo *attrName, SourceRange attrRange, in addNew() function
1007 ParsedAttr *addNew(IdentifierInfo *attrName, SourceRange attrRange, in addNew() function