Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseDecl.cpp153 SourceLocation AttrNameLoc = ConsumeToken(); in ParseGNUAttributes() local
242 SourceLocation AttrNameLoc, in ParseAttributeWithTypeArg()
271 IdentifierInfo *AttrName, SourceLocation AttrNameLoc, in ParseAttributeArgsCommon()
335 SourceLocation AttrNameLoc, in ParseGNUAttributeArgs()
386 SourceLocation AttrNameLoc, in ParseMicrosoftDeclSpecArgs()
564 SourceLocation AttrNameLoc; in ParseMicrosoftDeclSpecs() local
616 SourceLocation AttrNameLoc = ConsumeToken(); in ParseMicrosoftTypeAttributes() local
667 SourceLocation AttrNameLoc = ConsumeToken(); in ParseBorlandTypeAttributes() local
677 SourceLocation AttrNameLoc = ConsumeToken(); in ParseOpenCLAttributes() local
685 SourceLocation AttrNameLoc = Tok.getLocation(); in ParseOpenCLQualifiers() local
[all …]
DParseDeclCXX.cpp1073 SourceLocation AttrNameLoc = ConsumeToken(); in ParseMicrosoftInheritanceClassAttributes() local
3653 SourceLocation AttrNameLoc, in ParseCXX11AttributeArgs()
/external/clang/include/clang/Parse/
DParser.h934 SourceLocation AttrNameLoc; member