HomeSort by relevance Sort by last modified time
    Searched refs:ParseLexedMethodDeclarations (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 231 void Parser::LateParsedDeclaration::ParseLexedMethodDeclarations() {}
242 void Parser::LateParsedClass::ParseLexedMethodDeclarations() {
243 Self->ParseLexedMethodDeclarations(*Class);
254 void Parser::LateParsedMethodDeclaration::ParseLexedMethodDeclarations() {
266 /// ParseLexedMethodDeclarations - We finished parsing the member
270 void Parser::ParseLexedMethodDeclarations(ParsingClass &Class) {
290 Class.LateParsedDeclarations[i]->ParseLexedMethodDeclarations();
    [all...]
ParseDeclCXX.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h 879 virtual void ParseLexedMethodDeclarations();
892 void ParseLexedMethodDeclarations() override;
    [all...]

Completed in 39 milliseconds