Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp238 void Parser::LateParsedDeclaration::ParseLexedMethodDeclarations() {} ParseLexedMethodDeclarations() function in Parser::LateParsedDeclaration
251 void Parser::LateParsedClass::ParseLexedMethodDeclarations() { ParseLexedMethodDeclarations() function in Parser::LateParsedClass
271 void Parser::LateParsedMethodDeclaration::ParseLexedMethodDeclarations() { ParseLexedMethodDeclarations() function in Parser::LateParsedMethodDeclaration
337 void Parser::ParseLexedMethodDeclarations(ParsingClass &Class) { ParseLexedMethodDeclarations() function in Parser