Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseCXXInlineMethods.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()
HDParseDeclCXX.cpp1926 getCurrentClass().LateParsedDeclarations.push_back(LateMethod); in HandleMemberFunctionDeclDelays()
2051 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()
2075 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()
2808 if (getCurrentClass().IsInterface) { in ParseCXXMemberSpecification()
3059 ParseLexedAttributes(getCurrentClass()); in ParseCXXMemberSpecification()
3060 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()
3065 ParseLexedMemberInitializers(getCurrentClass()); in ParseCXXMemberSpecification()
3066 ParseLexedMethodDefs(getCurrentClass()); in ParseCXXMemberSpecification()
HDParseDecl.cpp175 getCurrentClass().LateParsedDeclarations.push_back(LA); in ParseGNUAttributes()
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h1088 ParsingClass &getCurrentClass() { in getCurrentClass() function