HomeSort by: relevance | last modified time | path
    Searched defs:ParseDeclaration (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGParser.cpp 2665 /// ParseDeclaration - Read a declaration, returning the name of field ID, or an
2675 Init *TGParser::ParseDeclaration(Record *CurRec,
2832 Init *TemplArg = ParseDeclaration(CurRec, true/*templateargs*/);
2841 TemplArg = ParseDeclaration(CurRec, true/*templateargs*/);
2872 if (!ParseDeclaration(CurRec, false))
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 1681 /// ParseDeclaration - Parse a full 'declaration', which consists of
1698 Parser::ParseDeclaration(DeclaratorContext Context, SourceLocation &DeclEnd,

Completed in 35 milliseconds