Home
last modified time | relevance | path

Searched defs:AttrNameLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp230 SourceLocation AttrNameLoc = ConsumeToken(); in ParseGNUAttributes() local
412 SourceLocation AttrNameLoc, in ParseAttributeWithTypeArg()
520 IdentifierInfo *AttrName, SourceLocation AttrNameLoc, in ParseAttributeArgsCommon()
670 IdentifierInfo *AttrName, SourceLocation AttrNameLoc, in ParseGNUAttributeArgs()
735 IdentifierInfo *AttrName, SourceLocation AttrNameLoc, in ParseClangAttributeArgs()
776 SourceLocation AttrNameLoc, in ParseMicrosoftDeclSpecArgs()
964 SourceLocation AttrNameLoc; in ParseMicrosoftDeclSpecs() local
1018 SourceLocation AttrNameLoc = ConsumeToken(); in ParseMicrosoftTypeAttributes() local
1039 SourceLocation AttrNameLoc = ConsumeToken(); in ParseWebAssemblyFuncrefTypeAttribute() local
1085 SourceLocation AttrNameLoc = ConsumeToken(); in ParseBorlandTypeAttributes() local
[all …]
H A DParseDeclCXX.cpp1549 SourceLocation AttrNameLoc = ConsumeToken(); in ParseMicrosoftInheritanceClassAttributes() local
1558 SourceLocation AttrNameLoc = ConsumeToken(); in ParseNullabilityClassAttributes() local
4610 SourceLocation AttrNameLoc, in ParseCXXAssumeAttributeArg()
4678 IdentifierInfo *AttrName, SourceLocation AttrNameLoc, in ParseCXX11AttributeArgs()
H A DParseExprCXX.cpp1377 SourceLocation AttrNameLoc = ConsumeToken(); in ParseLambdaExpressionAfterIntroducer() local
H A DParsePragma.cpp1942 SourceLocation AttrNameLoc = ConsumeToken(); in HandlePragmaAttribute() local
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1374 SourceLocation AttrNameLoc; member