Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseDecl.cpp154 SourceLocation AttrNameLoc = ConsumeToken(); in ParseGNUAttributes() local
243 SourceLocation AttrNameLoc, in ParseAttributeWithTypeArg()
272 IdentifierInfo *AttrName, SourceLocation AttrNameLoc, in ParseAttributeArgsCommon()
336 SourceLocation AttrNameLoc, in ParseGNUAttributeArgs()
387 SourceLocation AttrNameLoc, in ParseMicrosoftDeclSpecArgs()
565 SourceLocation AttrNameLoc; in ParseMicrosoftDeclSpecs() local
616 SourceLocation AttrNameLoc = ConsumeToken(); in ParseMicrosoftTypeAttributes() local
667 SourceLocation AttrNameLoc = ConsumeToken(); in ParseBorlandTypeAttributes() local
677 SourceLocation AttrNameLoc = ConsumeToken(); in ParseOpenCLKernelAttributes() local
685 SourceLocation AttrNameLoc = Tok.getLocation(); in ParseOpenCLQualifiers() local
[all …]
DParseDeclCXX.cpp1072 SourceLocation AttrNameLoc = ConsumeToken(); in ParseMicrosoftInheritanceClassAttributes() local
3681 SourceLocation AttrNameLoc, in ParseCXX11AttributeArgs()
/external/clang/include/clang/Parse/
DParser.h956 SourceLocation AttrNameLoc; member