Searched refs:ParseDeclarationSpecifiers (Results 1 - 6 of 6) sorted by relevance
/external/clang/lib/Parse/ |
H A D | ParseTemplate.cpp | 227 ParseDeclarationSpecifiers(DS, TemplateInfo, AS, 641 ParseDeclarationSpecifiers(DS);
|
H A D | Parser.cpp | 832 ParseDeclarationSpecifiers(DS, ParsedTemplateInfo(), AS, DSC_top_level); 1122 ParseDeclarationSpecifiers(DS); 1451 /// ParseDeclarationSpecifiers).
|
H A D | ParseDecl.cpp | 1226 ParseDeclarationSpecifiers(DS, ParsedTemplateInfo(), AS_none, 1742 ParseDeclarationSpecifiers(DS, ParsedTemplateInfo(), AS, DSC); 2088 /// ParseDeclarationSpecifiers 2114 void Parser::ParseDeclarationSpecifiers(DeclSpec &DS, function in class:Parser 4833 ParseDeclarationSpecifiers(DS);
|
H A D | ParseObjc.cpp | 1123 ParseDeclarationSpecifiers(DS); 1835 ParseDeclarationSpecifiers(DS);
|
H A D | ParseDeclCXX.cpp | 1869 ParseDeclarationSpecifiers(DS, TemplateInfo, AS, DSC_class,
|
/external/clang/include/clang/Parse/ |
H A D | Parser.h | 1586 void ParseDeclarationSpecifiers(DeclSpec &DS,
|
Completed in 69 milliseconds