Searched refs:ParseStructDeclaration (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Parse/
H A DParseObjc.cpp497 ParseStructDeclaration(DS, Callback);
1323 ParseStructDeclaration(DS, Callback);
H A DParseDecl.cpp2511 /// ParseStructDeclaration - Parse a struct declaration without the terminating
2529 ParseStructDeclaration(DeclSpec &DS, FieldCallback &Fields) { function in class:Parser
2535 return ParseStructDeclaration(DS, Fields);
2663 ParseStructDeclaration(DS, Callback);
/external/clang/include/clang/Parse/
H A DParser.h1712 void ParseStructDeclaration(DeclSpec &DS, FieldCallback &Callback);

Completed in 104 milliseconds