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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp236 Parser::LateParsedDeclaration::~LateParsedDeclaration() {}
237 void Parser::LateParsedDeclaration::ParseLexedMethodDeclarations() {}
238 void Parser::LateParsedDeclaration::ParseLexedMemberInitializers() {}
239 void Parser::LateParsedDeclaration::ParseLexedMethodDefs() {}
H A DParseDecl.cpp966 void Parser::LateParsedDeclaration::ParseLexedAttributes() {}
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h804 class LateParsedDeclaration { class in class:clang::Parser
806 virtual ~LateParsedDeclaration();
814 /// Inner node of the LateParsedDeclaration tree that parses
816 class LateParsedClass : public LateParsedDeclaration {
835 /// FIXME: Perhaps we should change the name of LateParsedDeclaration to
837 struct LateParsedAttribute : public LateParsedDeclaration {
867 struct LexedMethod : public LateParsedDeclaration {
906 struct LateParsedMethodDeclaration : public LateParsedDeclaration {
937 struct LateParsedMemberInitializer : public LateParsedDeclaration {
959 typedef SmallVector<LateParsedDeclaration*,
[all...]

Completed in 167 milliseconds