Searched defs:AttrNameLoc (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 230 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 D | ParseDeclCXX.cpp | 1549 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 D | ParseExprCXX.cpp | 1377 SourceLocation AttrNameLoc = ConsumeToken(); in ParseLambdaExpressionAfterIntroducer() local
|
H A D | ParsePragma.cpp | 1942 SourceLocation AttrNameLoc = ConsumeToken(); in HandlePragmaAttribute() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 1374 SourceLocation AttrNameLoc; member
|