Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp136 getCurrentClass().LateParsedDeclarations.push_back(LM); in ParseCXXInlineMethodDef()
150 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()
151 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()
175 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()
176 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()
192 getCurrentClass().LateParsedDeclarations.push_back(MI); in ParseCXXNonStaticMemberInitializer()
H A DParseDeclCXX.cpp2148 getCurrentClass().LateParsedDeclarations.push_back(LateMethod); in HandleMemberFunctionDeclDelays()
2283 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()
2307 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()
3126 if (getCurrentClass().IsInterface) { in ParseCXXMemberSpecification()
3296 ParseLexedAttributes(getCurrentClass()); in ParseCXXMemberSpecification()
3297 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()
3302 ParseLexedMemberInitializers(getCurrentClass()); in ParseCXXMemberSpecification()
3303 ParseLexedMethodDefs(getCurrentClass()); in ParseCXXMemberSpecification()
H A DParseDecl.cpp183 getCurrentClass().LateParsedDeclarations.push_back(LA); in ParseGNUAttributes()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1278 ParsingClass &getCurrentClass() { in getCurrentClass() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp2104 CXXRecordDecl *Sema::getCurrentClass(Scope *, const CXXScopeSpec *SS) { in getCurrentClass() function in Sema
2124 CXXRecordDecl *CurDecl = getCurrentClass(S, SS); in isCurrentClassName()
H A DSemaExprCXX.cpp87 CXXRecordDecl *CurClass = getCurrentClass(S, &SS); in getConstructorName()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h5759 CXXRecordDecl *getCurrentClass(Scope *S, const CXXScopeSpec *SS);