Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp135 getCurrentClass().LateParsedDeclarations.push_back(LM); in ParseCXXInlineMethodDef()
162 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()
163 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()
187 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()
188 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()
204 getCurrentClass().LateParsedDeclarations.push_back(MI); in ParseCXXNonStaticMemberInitializer()
H A DParseDeclCXX.cpp2336 getCurrentClass().LateParsedDeclarations.push_back(LateMethod); in HandleMemberFunctionDeclDelays()
2497 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()
2526 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()
3429 if (getCurrentClass().IsInterface) { in ParseCXXMemberSpecification()
3625 ParseLexedPragmas(getCurrentClass()); in ParseCXXMemberSpecification()
3626 ParseLexedAttributes(getCurrentClass()); in ParseCXXMemberSpecification()
3627 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()
3632 ParseLexedMemberInitializers(getCurrentClass()); in ParseCXXMemberSpecification()
3633 ParseLexedMethodDefs(getCurrentClass()); in ParseCXXMemberSpecification()
H A DParseOpenMP.cpp2074 getCurrentClass().LateParsedDeclarations.push_back(LP); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
H A DParseDecl.cpp224 getCurrentClass().LateParsedDeclarations.push_back(LA); in ParseGNUAttributes()
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h1476 ParsingClass &getCurrentClass() { in getCurrentClass() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp93 CXXRecordDecl *CurClass = getCurrentClass(S, &SS); in getConstructorName()
H A DSemaDeclCXX.cpp2446 CXXRecordDecl *Sema::getCurrentClass(Scope *, const CXXScopeSpec *SS) { in getCurrentClass() function in Sema
2466 CXXRecordDecl *CurDecl = getCurrentClass(S, SS); in isCurrentClassName()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h7529 CXXRecordDecl *getCurrentClass(Scope *S, const CXXScopeSpec *SS);