Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp175 getCurrentClass().LateParsedDeclarations.push_back(LM); in ParseCXXInlineMethodDef()
202 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()
203 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()
227 delete getCurrentClass().LateParsedDeclarations.back(); in ParseCXXInlineMethodDef()
228 getCurrentClass().LateParsedDeclarations.pop_back(); in ParseCXXInlineMethodDef()
240 getCurrentClass().LateParsedDeclarations.push_back(MI); in ParseCXXNonStaticMemberInitializer()
H A DParseDeclCXX.cpp2382 getCurrentClass().LateParsedDeclarations.push_back(LateMethod); in HandleMemberFunctionDeclDelays()
2589 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()
2618 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()
3566 if (getCurrentClass().IsInterface) { in ParseCXXMemberSpecification()
3788 ParseLexedPragmas(getCurrentClass()); in ParseCXXMemberSpecification()
3789 ParseLexedAttributes(getCurrentClass()); in ParseCXXMemberSpecification()
3790 ParseLexedMethodDeclarations(getCurrentClass()); in ParseCXXMemberSpecification()
3795 ParseLexedMemberInitializers(getCurrentClass()); in ParseCXXMemberSpecification()
3796 ParseLexedMethodDefs(getCurrentClass()); in ParseCXXMemberSpecification()
H A DParseOpenMP.cpp1989 getCurrentClass().LateParsedDeclarations.push_back(LP); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
H A DParseDecl.cpp192 getCurrentClass().LateParsedDeclarations.push_back(LA); in ParseSingleGNUAttribute()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2869 ParsingClass &getCurrentClass() { in getCurrentClass() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp74 CXXRecordDecl *CurClass = getCurrentClass(S, &SS); in getConstructorName()
H A DSemaDeclCXX.cpp2676 CXXRecordDecl *Sema::getCurrentClass(Scope *, const CXXScopeSpec *SS) { in getCurrentClass() function in Sema
2692 CXXRecordDecl *CurDecl = getCurrentClass(S, SS); in isCurrentClassName()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5693 CXXRecordDecl *getCurrentClass(Scope *S, const CXXScopeSpec *SS);