Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp135 getCurrentClass().LateParsedDeclarations.push_back(LM); in ParseCXXInlineMethodDef()
148 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()
149 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()
173 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()
174 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()
190 getCurrentClass().LateParsedDeclarations.push_back(MI); in ParseCXXNonStaticMemberInitializer()
H A DParseDeclCXX.cpp2215 getCurrentClass().LateParsedDeclarations.push_back(LateMethod); in HandleMemberFunctionDeclDelays()
2360 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()
2388 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()
3254 if (getCurrentClass().IsInterface) { in ParseCXXMemberSpecification()
3426 ParseLexedPragmas(getCurrentClass()); in ParseCXXMemberSpecification()
3427 ParseLexedAttributes(getCurrentClass()); in ParseCXXMemberSpecification()
3428 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()
3433 ParseLexedMemberInitializers(getCurrentClass()); in ParseCXXMemberSpecification()
3434 ParseLexedMethodDefs(getCurrentClass()); in ParseCXXMemberSpecification()
H A DParseOpenMP.cpp1889 getCurrentClass().LateParsedDeclarations.push_back(LP); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
H A DParseDecl.cpp225 getCurrentClass().LateParsedDeclarations.push_back(LA); in ParseGNUAttributes()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1441 ParsingClass &getCurrentClass() { in getCurrentClass() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp2378 CXXRecordDecl *Sema::getCurrentClass(Scope *, const CXXScopeSpec *SS) { in getCurrentClass() function in Sema
2398 CXXRecordDecl *CurDecl = getCurrentClass(S, SS); in isCurrentClassName()
H A DSemaExprCXX.cpp87 CXXRecordDecl *CurClass = getCurrentClass(S, &SS); in getConstructorName()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h6916 CXXRecordDecl *getCurrentClass(Scope *S, const CXXScopeSpec *SS);