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

  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 230 Parser::LateParsedDeclaration::~LateParsedDeclaration() {}
231 void Parser::LateParsedDeclaration::ParseLexedMethodDeclarations() {}
232 void Parser::LateParsedDeclaration::ParseLexedMemberInitializers() {}
233 void Parser::LateParsedDeclaration::ParseLexedMethodDefs() {}
    [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h 875 class LateParsedDeclaration {
877 virtual ~LateParsedDeclaration();
885 /// Inner node of the LateParsedDeclaration tree that parses
887 class LateParsedClass : public LateParsedDeclaration {
906 /// FIXME: Perhaps we should change the name of LateParsedDeclaration to
908 struct LateParsedAttribute : public LateParsedDeclaration {
    [all...]

Completed in 508 milliseconds