Home
last modified time | relevance | path

Searched refs:LateParsedMethodDeclaration (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp249 void Parser::LateParsedMethodDeclaration::ParseLexedMethodDeclarations() { in ParseLexedMethodDeclarations()
293 void Parser::ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM) { in ParseLexedMethodDeclaration()
H A DParseDeclCXX.cpp1888 LateParsedMethodDeclaration *LateMethod = nullptr; in HandleMemberFunctionDeclDelays()
1896 LateMethod = new LateParsedMethodDeclaration(this, ThisDecl); in HandleMemberFunctionDeclDelays()
1913 LateMethod = new LateParsedMethodDeclaration(this, ThisDecl); in HandleMemberFunctionDeclDelays()
/minix3/external/bsd/llvm/dist/clang/include/clang/Parse/
H A DParser.h977 struct LateParsedMethodDeclaration : public LateParsedDeclaration { struct
978 explicit LateParsedMethodDeclaration(Parser *P, Decl *M) in LateParsedMethodDeclaration() argument
1178 void ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM);