Searched refs:ParseLexedAttributeList (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseTemplate.cpp | 316 ParseLexedAttributeList(LateParsedAttrs, ThisDecl, true, false); in ParseSingleDeclarationAfterTemplate()
|
D | Parser.cpp | 1171 ParseLexedAttributeList(*LateParsedAttrs, Res, false, true); in ParseFunctionDefinition()
|
D | ParseDecl.cpp | 1189 void Parser::ParseLexedAttributeList(LateParsedAttrList &LAs, Decl *D, in ParseLexedAttributeList() function in Parser 1847 ParseLexedAttributeList(LateParsedAttrs, FirstDecl, true, false); in ParseDeclGroup()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1216 void ParseLexedAttributeList(LateParsedAttrList &LAs, Decl *D,
|