Searched refs:LateParsedDeclaration (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp227 Parser::LateParsedDeclaration::~LateParsedDeclaration() {}
228 void Parser::LateParsedDeclaration::ParseLexedMethodDeclarations() {}
229 void Parser::LateParsedDeclaration::ParseLexedMemberInitializers() {}
230 void Parser::LateParsedDeclaration::ParseLexedMethodDefs() {}
H A DParseDecl.cpp1115 void Parser::LateParsedDeclaration::ParseLexedAttributes() {}
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h901 class LateParsedDeclaration { class in class:clang::Parser
903 virtual ~LateParsedDeclaration();
911 /// Inner node of the LateParsedDeclaration tree that parses
913 class LateParsedClass : public LateParsedDeclaration {
932 /// FIXME: Perhaps we should change the name of LateParsedDeclaration to
934 struct LateParsedAttribute : public LateParsedDeclaration {
964 struct LexedMethod : public LateParsedDeclaration {
1003 struct LateParsedMethodDeclaration : public LateParsedDeclaration {
1035 struct LateParsedMemberInitializer : public LateParsedDeclaration {
1057 typedef SmallVector<LateParsedDeclaration*,
[all...]

Completed in 212 milliseconds