Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp131 getCurrentClass().LateParsedDeclarations.push_back(LM); in ParseCXXInlineMethodDef()
145 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()
146 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()
179 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()
180 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()
196 getCurrentClass().LateParsedDeclarations.push_back(MI); in ParseCXXNonStaticMemberInitializer()
DParseDeclCXX.cpp1971 getCurrentClass().LateParsedDeclarations.push_back(LateMethod); in HandleMemberFunctionDeclDelays()
2096 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()
2120 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()
2944 if (getCurrentClass().IsInterface) { in ParseCXXMemberSpecification()
3109 ParseLexedAttributes(getCurrentClass()); in ParseCXXMemberSpecification()
3110 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()
3115 ParseLexedMemberInitializers(getCurrentClass()); in ParseCXXMemberSpecification()
3116 ParseLexedMethodDefs(getCurrentClass()); in ParseCXXMemberSpecification()
DParseDecl.cpp176 getCurrentClass().LateParsedDeclarations.push_back(LA); in ParseGNUAttributes()
/external/clang/include/clang/Parse/
DParser.h1089 ParsingClass &getCurrentClass() { in getCurrentClass() function