Searched refs:scopeLoc (Results 1 – 1 of 1) sorted by relevance
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 238 IdentifierInfo *scopeName, SourceLocation scopeLoc, in AttributeList() argument 242 ScopeLoc(scopeLoc), EllipsisLoc(ellipsisLoc), NumArgs(numArgs), in AttributeList() 253 IdentifierInfo *scopeName, SourceLocation scopeLoc, in AttributeList() argument 262 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(1), SyntaxUsed(syntaxUsed), in AttributeList() 276 IdentifierInfo *scopeName, SourceLocation scopeLoc, in AttributeList() argument 282 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(3), SyntaxUsed(syntaxUsed), in AttributeList() 295 IdentifierInfo *scopeName, SourceLocation scopeLoc, in AttributeList() argument 299 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(1), SyntaxUsed(syntaxUsed), in AttributeList() 314 IdentifierInfo *scopeName, SourceLocation scopeLoc, in AttributeList() argument 317 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(0), SyntaxUsed(syntaxUsed), in AttributeList() [all …]
|