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.cpp215 SourceLocation AttrNameLoc = ConsumeToken(); in ParseGNUAttributes() local
878 SourceLocation AttrNameLoc; in ParseMicrosoftDeclSpecs() local
932 SourceLocation AttrNameLoc = ConsumeToken(); in ParseMicrosoftTypeAttributes() local
953 SourceLocation AttrNameLoc = ConsumeToken(); in ParseWebAssemblyFuncrefTypeAttribute() local
999 SourceLocation AttrNameLoc = ConsumeToken(); in ParseBorlandTypeAttributes() local
1009 SourceLocation AttrNameLoc = ConsumeToken(); in ParseOpenCLKernelAttributes() local
1018 SourceLocation AttrNameLoc = ConsumeToken(); in ParseCUDAFunctionAttributes() local
1026 SourceLocation AttrNameLoc = Tok.getLocation(); in ParseOpenCLQualifiers() local
1038 SourceLocation AttrNameLoc = ConsumeToken(); in ParseHLSLQualifiers() local
1052 SourceLocation AttrNameLoc = ConsumeToken(); in ParseNullabilityTypeSpecifiers() local
[all …]
H A DParseDeclCXX.cpp1397 SourceLocation AttrNameLoc = ConsumeToken(); in ParseMicrosoftInheritanceClassAttributes() local
4419 IdentifierInfo *AttrName, SourceLocation AttrNameLoc, in ParseCXX11AttributeArgs()
H A DParseExprCXX.cpp1301 SourceLocation AttrNameLoc = ConsumeToken(); in ParseLambdaExpressionAfterIntroducer() local
H A DParsePragma.cpp1931 SourceLocation AttrNameLoc = ConsumeToken(); in HandlePragmaAttribute() local
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1338 SourceLocation AttrNameLoc; member