HomeSort by: relevance | last modified time | path
    Searched refs:LexedMethod (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseCXXInlineMethods.cpp 134 LexedMethod* LM = new LexedMethod(this, FnD);
259 void Parser::LexedMethod::ParseLexedMethodDefs() {
516 void Parser::ParseLexedMethodDef(LexedMethod &LM) {
ParseObjc.cpp 2653 LexedMethod* LM = new LexedMethod(this, MDecl);
3637 void Parser::ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod) {
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 1329 struct LexedMethod : public LateParsedDeclaration {
1334 explicit LexedMethod(Parser *P, Decl *MD) : Self(P), D(MD) {}
1556 void ParseLexedMethodDef(LexedMethod &LM);
1559 void ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod);
1675 typedef SmallVector<LexedMethod*, 8> LateParsedObjCMethodContainer;

Completed in 49 milliseconds