Home
last modified time | relevance | path

Searched defs:ParseLexedMethodDefs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp284 void Parser::LateParsedDeclaration::ParseLexedMethodDefs() {} in ParseLexedMethodDefs() function in Parser::LateParsedDeclaration
303 void Parser::LateParsedClass::ParseLexedMethodDefs() { in ParseLexedMethodDefs() function in Parser::LateParsedClass
319 void Parser::LexedMethod::ParseLexedMethodDefs() { in ParseLexedMethodDefs() function in Parser::LexedMethod
588 void Parser::ParseLexedMethodDefs(ParsingClass &Class) { in ParseLexedMethodDefs() function in Parser