Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp129 getCurrentClass().LateParsedDeclarations.push_back(LM); in ParseCXXInlineMethodDef()
143 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()
144 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()
177 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()
178 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()
194 getCurrentClass().LateParsedDeclarations.push_back(MI); in ParseCXXNonStaticMemberInitializer()
H A DParseDeclCXX.cpp1897 getCurrentClass().LateParsedDeclarations.push_back(LateMethod); in HandleMemberFunctionDeclDelays()
1914 getCurrentClass().LateParsedDeclarations.push_back(LateMethod); in HandleMemberFunctionDeclDelays()
2042 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()
2063 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()
2648 if (getCurrentClass().IsInterface) { in ParseCXXMemberSpecification()
2905 ParseLexedAttributes(getCurrentClass()); in ParseCXXMemberSpecification()
2906 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()
2911 ParseLexedMemberInitializers(getCurrentClass()); in ParseCXXMemberSpecification()
2912 ParseLexedMethodDefs(getCurrentClass()); in ParseCXXMemberSpecification()
H A DParseDecl.cpp175 getCurrentClass().LateParsedDeclarations.push_back(LA); in ParseGNUAttributes()
/minix3/external/bsd/llvm/dist/clang/include/clang/Parse/
H A DParser.h1067 ParsingClass &getCurrentClass() { in getCurrentClass() function