Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp202 SourceLocation AttrNameLoc = ConsumeToken(); in ParseGNUAttributes() local
327 SourceLocation AttrNameLoc, in ParseAttributeWithTypeArg()
356 IdentifierInfo *AttrName, SourceLocation AttrNameLoc, in ParseAttributeArgsCommon()
455 SourceLocation AttrNameLoc, in ParseGNUAttributeArgs()
514 IdentifierInfo *AttrName, SourceLocation AttrNameLoc, in ParseClangAttributeArgs()
551 SourceLocation AttrNameLoc, in ParseMicrosoftDeclSpecArgs()
728 SourceLocation AttrNameLoc; in ParseMicrosoftDeclSpecs() local
780 SourceLocation AttrNameLoc = ConsumeToken(); in ParseMicrosoftTypeAttributes() local
831 SourceLocation AttrNameLoc = ConsumeToken(); in ParseBorlandTypeAttributes() local
841 SourceLocation AttrNameLoc = ConsumeToken(); in ParseOpenCLKernelAttributes() local
[all …]
H A DParseDeclCXX.cpp1270 SourceLocation AttrNameLoc = ConsumeToken(); in ParseMicrosoftInheritanceClassAttributes() local
4091 SourceLocation AttrNameLoc, in ParseCXX11AttributeArgs()
H A DParsePragma.cpp1601 SourceLocation AttrNameLoc = ConsumeToken(); in HandlePragmaAttribute() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1283 SourceLocation AttrNameLoc; member