| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaTemplateDeduction.cpp | 86 static Sema::TemplateDeductionResult 87 DeduceTemplateArguments(Sema &S, 94 static Sema::TemplateDeductionResult 95 DeduceTemplateArgumentsByTypeMatch(Sema &S, 105 static Sema::TemplateDeductionResult 106 DeduceTemplateArguments(Sema &S, 289 static Sema::TemplateDeductionResult 290 DeduceNonTypeTemplateArgument(Sema &S, in DeduceNonTypeTemplateArgument() 308 return Sema::TDK_Inconsistent; in DeduceNonTypeTemplateArgument() 312 return Sema::TDK_Success; in DeduceNonTypeTemplateArgument() [all …]
|
| HD | SemaAttr.cpp | 110 void Sema::FreePackedContext() { in FreePackedContext() 115 void Sema::AddAlignmentAttributesForRecord(RecordDecl *RD) { in AddAlignmentAttributesForRecord() 132 void Sema::AddMsStructLayoutForRecord(RecordDecl *RD) { in AddMsStructLayoutForRecord() 144 void Sema::ActOnPragmaOptionsAlign(PragmaOptionsAlignKind Kind, in ActOnPragmaOptionsAlign() 190 void Sema::ActOnPragmaPack(PragmaPackKind Kind, IdentifierInfo *Name, in ActOnPragmaPack() 220 case Sema::PPK_Default: // pack([n]) in ActOnPragmaPack() 224 case Sema::PPK_Show: // pack(show) in ActOnPragmaPack() 237 case Sema::PPK_Push: // pack(push [, id] [, [n]) in ActOnPragmaPack() 244 case Sema::PPK_Pop: // pack(pop [, id] [, n]) in ActOnPragmaPack() 268 void Sema::ActOnPragmaMSStruct(PragmaMSStructKind Kind) { in ActOnPragmaMSStruct() [all …]
|
| HD | SemaCUDA.cpp | 23 ExprResult Sema::ActOnCUDAExecConfigExpr(Scope *S, SourceLocation LLLLoc, in ActOnCUDAExecConfigExpr() 41 Sema::CUDAFunctionTarget Sema::IdentifyCUDATarget(const FunctionDecl *D) { in IdentifyCUDATarget() 63 bool Sema::CheckCUDATarget(const FunctionDecl *Caller, in CheckCUDATarget() 129 resolveCalleeCUDATargetConflict(Sema::CUDAFunctionTarget Target1, in resolveCalleeCUDATargetConflict() 130 Sema::CUDAFunctionTarget Target2, in resolveCalleeCUDATargetConflict() 131 Sema::CUDAFunctionTarget *ResolvedTarget) { in resolveCalleeCUDATargetConflict() 132 if (Target1 == Sema::CFT_Global && Target2 == Sema::CFT_Global) { in resolveCalleeCUDATargetConflict() 139 if (Target1 == Sema::CFT_HostDevice) { in resolveCalleeCUDATargetConflict() 141 } else if (Target2 == Sema::CFT_HostDevice) { in resolveCalleeCUDATargetConflict() 152 bool Sema::inferCUDATargetForImplicitSpecialMember(CXXRecordDecl *ClassDecl, in inferCUDATargetForImplicitSpecialMember() [all …]
|
| HD | SemaAccess.cpp | 39 bool Sema::SetMemberAccessSpecifier(NamedDecl *MemberDecl, in SetMemberAccessSpecifier() 205 const CXXRecordDecl *resolveInstanceContext(Sema &S) const { in resolveInstanceContext() 324 static bool MightInstantiateTo(Sema &S, DeclContext *Context, in MightInstantiateTo() 344 static bool MightInstantiateTo(Sema &S, CanQualType Context, CanQualType Friend) { in MightInstantiateTo() 355 static bool MightInstantiateTo(Sema &S, in MightInstantiateTo() 393 static bool MightInstantiateTo(Sema &S, in MightInstantiateTo() 401 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() 423 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() 438 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() 491 static AccessResult MatchesFriend(Sema &S, in MatchesFriend() [all …]
|
| HD | Sema.cpp | 47 SourceLocation Sema::getLocForEndOfToken(SourceLocation Loc, unsigned Offset) { in getLocForEndOfToken() 51 ModuleLoader &Sema::getModuleLoader() const { return PP.getModuleLoader(); } in getModuleLoader() 53 PrintingPolicy Sema::getPrintingPolicy(const ASTContext &Context, in getPrintingPolicy() 69 void Sema::ActOnTranslationUnitScope(Scope *S) { in ActOnTranslationUnitScope() 74 Sema::Sema(Preprocessor &pp, ASTContext &ctxt, ASTConsumer &consumer, in Sema() function in Sema 135 void Sema::addImplicitTypedef(StringRef Name, QualType T) { in addImplicitTypedef() 141 void Sema::Initialize() { in Initialize() 247 Sema::~Sema() { in ~Sema() 282 bool Sema::makeUnavailableInSystemHeader(SourceLocation loc, in makeUnavailableInSystemHeader() 303 ASTMutationListener *Sema::getASTMutationListener() const { in getASTMutationListener() [all …]
|
| HD | SemaDeclAttr.cpp | 177 static bool checkAttributeNumArgsImpl(Sema &S, const AttributeList &Attr, in checkAttributeNumArgsImpl() 190 static bool checkAttributeNumArgs(Sema &S, const AttributeList &Attr, in checkAttributeNumArgs() 199 static bool checkAttributeAtLeastNumArgs(Sema &S, const AttributeList &Attr, in checkAttributeAtLeastNumArgs() 208 static bool checkAttributeAtMostNumArgs(Sema &S, const AttributeList &Attr, in checkAttributeAtMostNumArgs() 217 static bool checkUInt32Argument(Sema &S, const AttributeList &Attr, in checkUInt32Argument() 247 static bool checkAttrMutualExclusion(Sema &S, Decl *D, in checkAttrMutualExclusion() 261 static bool checkFunctionOrMethodParameterIndex(Sema &S, const Decl *D, in checkFunctionOrMethodParameterIndex() 309 bool Sema::checkStringLiteralArgumentAttr(const AttributeList &Attr, in checkStringLiteralArgumentAttr() 344 static void handleSimpleAttribute(Sema &S, Decl *D, in handleSimpleAttribute() 359 static bool threadSafetyCheckIsSmartPointer(Sema &S, const RecordType* RT) { in threadSafetyCheckIsSmartPointer() [all …]
|
| HD | SemaStmt.cpp | 43 StmtResult Sema::ActOnExprStmt(ExprResult FE) { in ActOnExprStmt() 61 StmtResult Sema::ActOnExprStmtError() { in ActOnExprStmtError() 66 StmtResult Sema::ActOnNullStmt(SourceLocation SemiLoc, in ActOnNullStmt() 71 StmtResult Sema::ActOnDeclStmt(DeclGroupPtrTy dg, SourceLocation StartLoc, in ActOnDeclStmt() 81 void Sema::ActOnForEachDeclStmt(DeclGroupPtrTy dg) { in ActOnForEachDeclStmt() 127 static bool DiagnoseUnusedComparison(Sema &S, const Expr *E) { in DiagnoseUnusedComparison() 185 void Sema::DiagnoseUnusedExprResult(const Stmt *S) { in DiagnoseUnusedExprResult() 310 void Sema::ActOnStartOfCompoundStmt() { in ActOnStartOfCompoundStmt() 314 void Sema::ActOnFinishOfCompoundStmt() { in ActOnFinishOfCompoundStmt() 318 sema::CompoundScopeInfo &Sema::getCurCompoundScope() const { in getCurCompoundScope() [all …]
|
| HD | SemaOverload.cpp | 43 CreateFunctionRefExpr(Sema &S, FunctionDecl *Fn, NamedDecl *FoundDecl, in CreateFunctionRefExpr() 71 static bool IsStandardConversion(Sema &S, Expr* From, QualType ToType, 77 static bool IsTransparentUnionStandardConversion(Sema &S, Expr* From, 83 IsUserDefinedConversion(Sema &S, Expr *From, QualType ToType, 91 CompareStandardConversionSequences(Sema &S, 96 CompareQualificationConversions(Sema &S, 101 CompareDerivedToBaseConversions(Sema &S, 545 Sema::TemplateDeductionResult TDK, in MakeDeductionFailureInfo() 552 case Sema::TDK_Success: in MakeDeductionFailureInfo() 553 case Sema::TDK_Invalid: in MakeDeductionFailureInfo() [all …]
|
| HD | SemaTemplateVariadic.cpp | 207 bool Sema::isUnexpandedParameterPackPermitted() { in isUnexpandedParameterPackPermitted() 217 Sema::DiagnoseUnexpandedParameterPacks(SourceLocation Loc, in DiagnoseUnexpandedParameterPacks() 264 bool Sema::DiagnoseUnexpandedParameterPack(SourceLocation Loc, in DiagnoseUnexpandedParameterPack() 280 bool Sema::DiagnoseUnexpandedParameterPack(Expr *E, in DiagnoseUnexpandedParameterPack() 294 bool Sema::DiagnoseUnexpandedParameterPack(const CXXScopeSpec &SS, in DiagnoseUnexpandedParameterPack() 311 bool Sema::DiagnoseUnexpandedParameterPack(const DeclarationNameInfo &NameInfo, in DiagnoseUnexpandedParameterPack() 346 bool Sema::DiagnoseUnexpandedParameterPack(SourceLocation Loc, in DiagnoseUnexpandedParameterPack() 360 bool Sema::DiagnoseUnexpandedParameterPack(TemplateArgumentLoc Arg, in DiagnoseUnexpandedParameterPack() 373 void Sema::collectUnexpandedParameterPacks(TemplateArgument Arg, in collectUnexpandedParameterPacks() 379 void Sema::collectUnexpandedParameterPacks(TemplateArgumentLoc Arg, in collectUnexpandedParameterPacks() [all …]
|
| HD | SemaDeclCXX.cpp | 60 Sema *S; 63 CheckDefaultArgumentVisitor(Expr *defarg, Sema *s) in CheckDefaultArgumentVisitor() 151 Sema::ImplicitExceptionSpecification::CalledDecl(SourceLocation CallLoc, in CalledDecl() 220 void Sema::ImplicitExceptionSpecification::CalledExpr(Expr *E) { in CalledExpr() 250 Sema::SetParamDefaultArgument(ParmVarDecl *Param, Expr *Arg, in SetParamDefaultArgument() 299 Sema::ActOnParamDefaultArgument(Decl *param, SourceLocation EqualLoc, in ActOnParamDefaultArgument() 344 void Sema::ActOnParamUnparsedDefaultArgument(Decl *param, in ActOnParamUnparsedDefaultArgument() 357 void Sema::ActOnParamDefaultArgumentError(Decl *param, in ActOnParamDefaultArgumentError() 376 void Sema::CheckExtraCXXDefaultArguments(Declarator &D) { in CheckExtraCXXDefaultArguments() 437 bool Sema::MergeCXXFunctionDecl(FunctionDecl *New, FunctionDecl *Old, in MergeCXXFunctionDecl() [all …]
|
| HD | SemaCast.cpp | 50 CastOperation(Sema &S, QualType destType, ExprResult src) in CastOperation() 64 Sema &Self; 122 void checkObjCARCConversion(Sema::CheckedConversionKind CCK) { in checkObjCARCConversion() 127 Sema::ACR_unbridged) in checkObjCARCConversion() 156 static TryCastResult TryLValueToRValueCast(Sema &Self, Expr *SrcExpr, 161 static TryCastResult TryStaticReferenceDowncast(Sema &Self, Expr *SrcExpr, 167 static TryCastResult TryStaticPointerDowncast(Sema &Self, QualType SrcType, 173 static TryCastResult TryStaticDowncast(Sema &Self, CanQualType SrcType, 180 static TryCastResult TryStaticMemberPointerUpcast(Sema &Self, ExprResult &SrcExpr, 188 static TryCastResult TryStaticImplicitCast(Sema &Self, ExprResult &SrcExpr, [all …]
|
| HD | SemaDeclObjC.cpp | 44 bool Sema::checkInitMethod(ObjCMethodDecl *method, in checkInitMethod() 115 void Sema::CheckObjCMethodOverride(ObjCMethodDecl *NewMethod, in CheckObjCMethodOverride() 197 bool Sema::CheckARCMethodDecl(ObjCMethodDecl *method) { in CheckARCMethodDecl() 254 static void DiagnoseObjCImplementedDeprecations(Sema &S, in DiagnoseObjCImplementedDeprecations() 270 void Sema::AddAnyMethodToGlobalPool(Decl *D) { in AddAnyMethodToGlobalPool() 285 HasExplicitOwnershipAttr(Sema &S, ParmVarDecl *Param) { in HasExplicitOwnershipAttr() 303 void Sema::ActOnStartOfObjCMethodDef(Scope *FnBodyScope, Decl *D) { in ActOnStartOfObjCMethodDef() 454 static void diagnoseUseOfProtocols(Sema &TheSema, in diagnoseUseOfProtocols() 461 Sema::ContextRAII SavedContext(TheSema, CD); in diagnoseUseOfProtocols() 467 void Sema:: [all …]
|
| HD | SemaExpr.cpp | 51 bool Sema::CanUseDecl(NamedDecl *D) { in CanUseDecl() 76 static void DiagnoseUnusedOfDecl(Sema &S, NamedDecl *D, SourceLocation Loc) { in DiagnoseUnusedOfDecl() 102 DiagnoseAvailabilityOfDecl(Sema &S, NamedDecl *D, SourceLocation Loc, in DiagnoseAvailabilityOfDecl() 155 S.EmitAvailabilityWarning(Sema::AD_Deprecation, in DiagnoseAvailabilityOfDecl() 182 S.EmitAvailabilityWarning(Sema::AD_Partial, D, Message, Loc, in DiagnoseAvailabilityOfDecl() 190 S.EmitAvailabilityWarning(Sema::AD_Unavailable, in DiagnoseAvailabilityOfDecl() 200 void Sema::NoteDeletedFunction(FunctionDecl *Decl) { in NoteDeletedFunction() 256 static void diagnoseUseOfInternalDeclInInlineFunction(Sema &S, in diagnoseUseOfInternalDeclInInlineFunction() 300 void Sema::MaybeSuggestAddingStaticToDecl(const FunctionDecl *Cur) { in MaybeSuggestAddingStaticToDecl() 323 bool Sema::DiagnoseUseOfDecl(NamedDecl *D, SourceLocation Loc, in DiagnoseUseOfDecl() [all …]
|
| HD | SemaOpenMP.cpp | 123 Sema &SemaRef; 134 explicit DSAStackTy(Sema &S) in DSAStackTy() 454 static VarDecl *buildVarDecl(Sema &SemaRef, SourceLocation Loc, QualType Type, in buildVarDecl() 465 static DeclRefExpr *buildDeclRefExpr(Sema &S, VarDecl *D, QualType Ty, in buildDeclRefExpr() 652 void Sema::InitDataSharingAttributesStack() { in InitDataSharingAttributesStack() 658 bool Sema::IsOpenMPCapturedVar(VarDecl *VD) { in IsOpenMPCapturedVar() 679 bool Sema::isOpenMPPrivateVar(VarDecl *VD, unsigned Level) { in isOpenMPPrivateVar() 685 void Sema::DestroyDataSharingAttributesStack() { delete DSAStack; } in DestroyDataSharingAttributesStack() 687 void Sema::StartOpenMPDSABlock(OpenMPDirectiveKind DKind, in StartOpenMPDSABlock() 694 void Sema::StartOpenMPClause(OpenMPClauseKind K) { in StartOpenMPClause() [all …]
|
| HD | SemaTemplateInstantiate.cpp | 52 Sema::getTemplateInstantiationArgs(NamedDecl *D, in getTemplateInstantiationArgs() 185 bool Sema::ActiveTemplateInstantiation::isInstantiationRecord() const { in isInstantiationRecord() 203 Sema::InstantiatingTemplate::InstantiatingTemplate( in InstantiatingTemplate() 204 Sema &SemaRef, ActiveTemplateInstantiation::InstantiationKind Kind, in InstantiatingTemplate() 234 Sema::InstantiatingTemplate::InstantiatingTemplate( in InstantiatingTemplate() 235 Sema &SemaRef, SourceLocation PointOfInstantiation, Decl *Entity, in InstantiatingTemplate() 241 Sema::InstantiatingTemplate::InstantiatingTemplate( in InstantiatingTemplate() 242 Sema &SemaRef, SourceLocation PointOfInstantiation, FunctionDecl *Entity, in InstantiatingTemplate() 248 Sema::InstantiatingTemplate::InstantiatingTemplate( in InstantiatingTemplate() 249 Sema &SemaRef, SourceLocation PointOfInstantiation, TemplateDecl *Template, in InstantiatingTemplate() [all …]
|
| HD | SemaLookup.cpp | 211 static inline unsigned getIDNS(Sema::LookupNameKind NameKind, in getIDNS() 216 case Sema::LookupObjCImplicitSelfParam: in getIDNS() 217 case Sema::LookupOrdinaryName: in getIDNS() 218 case Sema::LookupRedeclarationWithLinkage: in getIDNS() 219 case Sema::LookupLocalFriendName: in getIDNS() 230 case Sema::LookupOperatorName: in getIDNS() 237 case Sema::LookupTagName: in getIDNS() 253 case Sema::LookupLabel: in getIDNS() 257 case Sema::LookupMemberName: in getIDNS() 263 case Sema::LookupNestedNameSpecifierName: in getIDNS() [all …]
|
| HD | SemaCXXScopeSpec.cpp | 55 DeclContext *Sema::computeDeclContext(QualType T) { in computeDeclContext() 76 DeclContext *Sema::computeDeclContext(const CXXScopeSpec &SS, in computeDeclContext() 159 bool Sema::isDependentScopeSpecifier(const CXXScopeSpec &SS) { in isDependentScopeSpecifier() 171 CXXRecordDecl *Sema::getCurrentInstantiationOf(NestedNameSpecifier *NNS) { in getCurrentInstantiationOf() 191 bool Sema::RequireCompleteDeclContext(CXXScopeSpec &SS, in RequireCompleteDeclContext() 247 bool Sema::ActOnCXXGlobalScopeSpecifier(SourceLocation CCLoc, in ActOnCXXGlobalScopeSpecifier() 253 bool Sema::ActOnSuperScopeSpecifier(SourceLocation SuperLoc, in ActOnSuperScopeSpecifier() 289 bool Sema::isAcceptableNestedNameSpecifier(const NamedDecl *SD, in isAcceptableNestedNameSpecifier() 331 NamedDecl *Sema::FindFirstQualifierInScope(Scope *S, NestedNameSpecifier *NNS) { in FindFirstQualifierInScope() 356 bool Sema::isNonTypeNestedNameSpecifier(Scope *S, CXXScopeSpec &SS, in isNonTypeNestedNameSpecifier() [all …]
|
| HD | SemaExprCXX.cpp | 48 ParsedType Sema::getInheritingConstructorName(CXXScopeSpec &SS, in getInheritingConstructorName() 82 ParsedType Sema::getDestructorName(SourceLocation TildeLoc, in getDestructorName() 326 ParsedType Sema::getDestructorType(const DeclSpec& DS, ParsedType ObjectType) { in getDestructorType() 342 bool Sema::checkLiteralOperatorId(const CXXScopeSpec &SS, in checkLiteralOperatorId() 372 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, in BuildCXXTypeId() 397 ExprResult Sema::BuildCXXTypeId(QualType TypeInfoType, in BuildCXXTypeId() 466 Sema::ActOnCXXTypeid(SourceLocation OpLoc, SourceLocation LParenLoc, in ActOnCXXTypeid() 512 ExprResult Sema::BuildCXXUuidof(QualType TypeInfoType, in BuildCXXUuidof() 532 ExprResult Sema::BuildCXXUuidof(QualType TypeInfoType, in BuildCXXUuidof() 553 Sema::ActOnCXXUuidof(SourceLocation OpLoc, SourceLocation LParenLoc, in ActOnCXXUuidof() [all …]
|
| HD | DelayedDiagnostic.cpp | 23 DelayedDiagnostic::makeAvailability(Sema::AvailabilityDiagnostic AD, in makeAvailability() 32 case Sema::AD_Deprecation: in makeAvailability() 35 case Sema::AD_Unavailable: in makeAvailability() 38 case Sema::AD_Partial: in makeAvailability()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | CommentSema.cpp | 28 Sema::Sema(llvm::BumpPtrAllocator &Allocator, const SourceManager &SourceMgr, in Sema() function in clang::comments::Sema 36 void Sema::setDecl(const Decl *D) { in setDecl() 45 ParagraphComment *Sema::actOnParagraphComment( in actOnParagraphComment() 50 BlockCommandComment *Sema::actOnBlockCommandStart( in actOnBlockCommandStart() 62 void Sema::actOnBlockCommandArgs(BlockCommandComment *Command, in actOnBlockCommandArgs() 67 void Sema::actOnBlockCommandFinish(BlockCommandComment *Command, in actOnBlockCommandFinish() 80 ParamCommandComment *Sema::actOnParamCommandStart( in actOnParamCommandStart() 98 void Sema::checkFunctionDeclVerbatimLine(const BlockCommandComment *Comment) { in checkFunctionDeclVerbatimLine() 131 void Sema::checkContainerDeclVerbatimLine(const BlockCommandComment *Comment) { in checkContainerDeclVerbatimLine() 168 void Sema::checkContainerDecl(const BlockCommandComment *Comment) { in checkContainerDecl() [all …]
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Lookup.h | 129 LookupResult(Sema &SemaRef, const DeclarationNameInfo &NameInfo, 130 Sema::LookupNameKind LookupKind, 131 Sema::RedeclarationKind Redecl = Sema::NotForRedeclaration) 139 Redecl(Redecl != Sema::NotForRedeclaration), in ResultKind() 141 Diagnose(Redecl == Sema::NotForRedeclaration), in ResultKind() 142 AllowHidden(Redecl == Sema::ForRedeclaration), in ResultKind() 151 LookupResult(Sema &SemaRef, DeclarationName Name, 152 SourceLocation NameLoc, Sema::LookupNameKind LookupKind, 153 Sema::RedeclarationKind Redecl = Sema::NotForRedeclaration) 161 Redecl(Redecl != Sema::NotForRedeclaration), in ResultKind() [all …]
|
| HD | SemaInternal.h | 25 inline PartialDiagnostic Sema::PDiag(unsigned DiagID) { in PDiag() 71 SourceLocation Loc, Sema &SemaRef, in MarkVarDeclODRUsed() 82 SemaRef.tryCaptureVariable(Var, Loc, Sema::TryCapture_Implicit, in MarkVarDeclODRUsed() 108 TypoCorrectionConsumer(Sema &SemaRef, in TypoCorrectionConsumer() 110 Sema::LookupNameKind LookupKind, in TypoCorrectionConsumer() 318 Sema &SemaRef; 330 inline Sema::TypoExprState::TypoExprState() {} in TypoExprState() 332 inline Sema::TypoExprState::TypoExprState(TypoExprState &&other) LLVM_NOEXCEPT { in TypoExprState() 336 inline Sema::TypoExprState &Sema::TypoExprState::operator=( 337 Sema::TypoExprState &&other) LLVM_NOEXCEPT {
|
| HD | SemaFixItUtils.h | 28 class Sema; variable 37 Sema &S, 54 Sema &S, 78 Sema &S);
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/ |
| HD | Parser.h | 62 class Sema { 64 virtual ~Sema(); 124 class RegistrySema : public Parser::Sema { 162 parseMatcherExpression(StringRef MatcherCode, Sema *S, 166 parseMatcherExpression(StringRef MatcherCode, Sema *S, in parseMatcherExpression() 187 static bool parseExpression(StringRef Code, Sema *S, 190 static bool parseExpression(StringRef Code, Sema *S, in parseExpression() 211 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S, 214 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S) { in completeExpression() 227 Parser(CodeTokenizer *Tokenizer, Sema *S, [all …]
|
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParsePragma.cpp | 102 PragmaCommentHandler(Sema &Actions) in PragmaCommentHandler() 107 Sema &Actions; 111 PragmaDetectMismatchHandler(Sema &Actions) in PragmaDetectMismatchHandler() 116 Sema &Actions; 139 PragmaOptimizeHandler(Sema &S) in PragmaOptimizeHandler() 144 Sema &Actions; 330 Sema::PragmaPackKind Kind; 354 Sema::PragmaMSStructKind Kind = in HandlePragmaMSStruct() 355 static_cast<Sema::PragmaMSStructKind>( in HandlePragmaMSStruct() 363 Sema::PragmaOptionsAlignKind Kind = in HandlePragmaAlign() [all …]
|