Searched refs:getCurrentClass (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp141 getCurrentClass().LateParsedDeclarations.push_back(LM);
155 delete getCurrentClass().LateParsedDeclarations.back();
156 getCurrentClass().LateParsedDeclarations.pop_back();
189 delete getCurrentClass().LateParsedDeclarations.back();
190 getCurrentClass().LateParsedDeclarations.pop_back();
206 getCurrentClass().LateParsedDeclarations.push_back(MI);
H A DParseDeclCXX.cpp1802 getCurrentClass().LateParsedDeclarations.push_back(LateMethod);
2132 ParseOptionalCXX11VirtSpecifierSeq(VS, getCurrentClass().IsInterface);
2257 ParseOptionalCXX11VirtSpecifierSeq(VS, getCurrentClass().IsInterface);
2508 if (getCurrentClass().IsInterface) {
2716 ParseLexedAttributes(getCurrentClass());
2717 ParseLexedMethodDeclarations(getCurrentClass());
2722 ParseLexedMemberInitializers(getCurrentClass());
2723 ParseLexedMethodDefs(getCurrentClass());
H A DParseDecl.cpp156 getCurrentClass().LateParsedDeclarations.push_back(LA);
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h995 ParsingClass &getCurrentClass() { function in class:clang::Parser

Completed in 112 milliseconds