Home
last modified time | relevance | path

Searched refs:getSema (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h2600 return getSema().ActOnCallExpr(
4410 getSema(), in TransformTemplateArgument()
7499 if (getSema().getLangOpts().OpenMP) in TransformForStmt()
7500 getSema().startOpenMPLoop(); in TransformForStmt()
10810 getSema().CurFPFeatures = in TransformCallExpr()
10927 getSema().CurFPFeatures = in TransformBinaryOperator()
10984 getSema().CurFPFeatures = in TransformCompoundAssignOperator()
11462 getSema().CurFPFeatures = in TransformCXXOperatorCallExpr()
11716 getSema().MarkThisReferenced(E); in TransformCXXThisExpr()
12303 getSema().Context, getSema().CurContext, in TransformRequiresExpr()
[all …]
H A DSemaTemplateInstantiate.cpp1202 getSema().MarkDeclarationsReferencedInType(Loc, T); in AlreadyTransformed()
1252 Decl *Inst = getSema().SubstDecl(D, getSema().CurContext, TemplateArgs); in TransformDefinition()
1277 if (getSema().ArgumentPackSubstitutionIndex == -1) in TransformFirstQualifierInScope()
1410 if (getSema().ArgumentPackSubstitutionIndex == -1) in TransformTemplateName()
1463 if (getSema().ArgumentPackSubstitutionIndex == -1) { in TransformTemplateParmRefExpr()
1584 if (getSema().ArgumentPackSubstitutionIndex == -1) { in TransformSubstNonTypeTemplateParmPackExpr()
1644 if (getSema().ArgumentPackSubstitutionIndex != -1) { in TransformFunctionParmPackExpr()
1672 getSema().MarkFunctionParmPackReferenced(PackExpr); in TransformFunctionParmPackExpr()
1688 if (getSema().ArgumentPackSubstitutionIndex == -1) { in TransformFunctionParmPackRefExpr()
1694 getSema().MarkFunctionParmPackReferenced(PackExpr); in TransformFunctionParmPackRefExpr()
[all …]
H A DSemaType.cpp205 Sema &getSema() const { in getSema() function in __anonc95f0a4b0111::TypeProcessingState
1270 Sema &S = state.getSema(); in ConvertDeclSpecToType()
3005 Sema &S = state.getSema(); in inferARCWriteback()
3224 Sema &S = state.getSema(); in InventTemplateParameter()
4448 Sema &S = state.getSema(); in GetFullTypeForDeclarator()
5769 Sema &S = state.getSema(); in transferARCOwnershipToDeclaratorChunk()
5806 Sema &S = state.getSema(); in transferARCOwnership()
6296 Sema &S = State.getSema(); in GetTypeSourceInfoForDeclarator()
6504 Sema &S = State.getSema(); in HandleAddressSpaceTypeAttribute()
6609 Sema &S = state.getSema(); in handleObjCOwnershipTypeAttr()
[all …]
H A DSemaLookup.cpp299 IDNS = getIDNS(LookupKind, getSema().getLangOpts().CPlusPlus, in configure()
310 getSema().DeclareGlobalNewDelete(); in configure()
533 QualType T = getSema().Context.getTypeDeclType(TD); in resolveKind()
535 std::make_pair(getSema().Context.getCanonicalType(T), I)); in resolveKind()
620 getSema().diagnoseEquivalentInternalLinkageDeclarations( in resolveKind()
1874 auto *Acceptable = isVisible(getSema(), Key) in getAcceptableDeclSlow()
1882 return findAcceptableDecl(getSema(), D, IDNS); in getAcceptableDeclSlow()
3804 !Result.getSema().getLangOpts().CPlusPlus) { in lookupInDeclContext()
3805 auto &S = Result.getSema(); in lookupInDeclContext()
3836 Result.getSema().ForceDeclarationOfImplicitMembers(Class); in lookupInDeclContext()
[all …]
H A DSemaCodeComplete.cpp290 Sema &getSema() const { return SemaRef; } in getSema() function in __anon166de13d0111::ResultBuilder
1632 auto ThisType = Results.getSema().getCurrentThisType(); in CodeCompletionDeclConsumer()
1680 return Results.getSema().IsSimplyAccessible(ND, NamingClass, BaseType); in IsAccessible()
1979 Sema &S = Results.getSema(); in AddOverrideResults()
4656 getCompletionPrintingPolicy(Results.getSema()), P, in AddObjCProperties()
4663 getCompletionPrintingPolicy(Results.getSema()), P, BlockLoc, in AddObjCProperties()
6592 if (Results.getSema().getLangOpts().Modules) { in AddObjCTopLevelResults()
6624 if (Results.getSema().getLangOpts().CPlusPlus || in AddObjCExpressionResults()
6625 Results.getSema().getLangOpts().ConstStrings) in AddObjCExpressionResults()
7455 ASTContext &Context = Results.getSema().Context; in getPreferredArgumentTypeForMessageSend()
[all …]
H A DSemaExprMember.cpp699 QueryState Q = {R.getSema(), R.getLookupNameInfo(), R.getLookupKind(), in LookupMemberExprInRecord()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h365 if (isVisible(getSema(), D) || isHiddenDeclarationVisible(D)) in getAcceptableDecl()
612 Sema &getSema() const { return *SemaPtr; } in getSema() function
696 getSema().DiagnoseAmbiguousLookup(*this); in diagnose()
697 else if (isClassLookup() && getSema().getLangOpts().AccessControl) in diagnose()
698 getSema().CheckLookupAccess(*this); in diagnose()
H A DTemplate.h347 const Sema &getSema() const { return SemaRef; } in getSema() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp131 new Parser(CI->getPreprocessor(), CI->getSema(), /*SkipBodies=*/false)); in IncrementalParser()
140 Sema &S = CI->getSema(); in ParseOrWrapTopLevelDecl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp395 m_compiler_instance->getSema(), clang::DeclarationName(&ident), in FindDecls()
398 m_compiler_instance->getSema().LookupName( in FindDecls()
400 m_compiler_instance->getSema().getScopeForContext( in FindDecls()
721 instance->getPreprocessor(), instance->getSema(), skipFunctionBodies)); in Create()
H A DClangASTSource.h198 clang::Sema *getSema();
H A DClangExpressionParser.cpp1136 m_ast_context->setSema(&m_compiler->getSema()); in ParseInternal()
1166 assert(m_compiler->getSema().getExternalSource() && in ParseInternal()
1172 &m_compiler->getSema()); in ParseInternal()
1173 ParseAST(m_compiler->getSema(), false, false); in ParseInternal()
H A DCxxModuleHandler.cpp21 m_sema(TypeSystemClang::GetASTContext(target)->getSema()) { in CxxModuleHandler()
H A DClangASTSource.cpp567 clang::Sema *ClangASTSource::getSema() { in getSema() function in ClangASTSource
568 return m_clang_ast_context->getSema(); in getSema()
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp316 MigrationPass pass(Ctx, OrigGCMode, Unit->getSema(), testAct, capturedDiags, in checkForManualIssues()
583 Unit->getSema(), TA, capturedDiags, ARCMTMacroLocs); in applyTransform()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp200 ParseAST(Clang->getSema()); in createChainedIncludesSource()
H A DInterfaceStubFunctionsConsumer.cpp274 clang::Sema &S = Instance.getSema(); in HandleTranslationUnit()
H A DFrontendActions.cpp529 CI.getSema().TemplateInstCallbacks.push_back( in ExecuteAction()
H A DFrontendAction.cpp1058 ParseAST(CI.getSema(), CI.getFrontendOpts().ShowStats, in ExecuteAction()
H A DASTUnit.cpp2319 getSema(), hasErrors, OS); in serialize()
2325 return serializeUnit(Writer, Buffer, getSema(), hasErrors, OS); in serialize()
H A DCompilerInstance.cpp1543 TheASTReader->InitializeSema(getSema()); in createASTReader()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h502 Sema &getSema() const { in getSema() function
H A DASTUnit.h456 Sema &getSema() const { in getSema() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h173 clang::Sema *getSema() { return m_sema; } in getSema() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2270 Sema *getSema() { return SemaObj; } in getSema() function

12