Home
last modified time | relevance | path

Searched refs:getLocation (Results 1 – 25 of 244) sorted by relevance

12345678910

/external/clang/unittests/Lex/
DPreprocessingRecordTest.cpp107 SourceRange(toks[0].getLocation(), toks[1].getLocation()))); in TEST_F()
109 SourceRange(toks[0].getLocation(), toks[2].getLocation()))); in TEST_F()
111 SourceRange(toks[3].getLocation(), toks[4].getLocation()))); in TEST_F()
113 SourceRange(toks[1].getLocation(), toks[5].getLocation()))); in TEST_F()
115 SourceRange(toks[2].getLocation(), toks[6].getLocation()))); in TEST_F()
117 SourceRange(toks[2].getLocation(), toks[5].getLocation()))); in TEST_F()
119 SourceRange(toks[0].getLocation(), toks[6].getLocation()))); in TEST_F()
121 SourceRange(toks[2].getLocation(), toks[8].getLocation()))); in TEST_F()
123 SourceRange(toks[0].getLocation(), toks[9].getLocation()))); in TEST_F()
126 toks[0].getLocation(), toks[2].getLocation())); in TEST_F()
[all …]
DLexerTest.cpp103 SourceLocation lsqrLoc = toks[0].getLocation(); in TEST_F()
104 SourceLocation idLoc = toks[1].getLocation(); in TEST_F()
105 SourceLocation rsqrLoc = toks[2].getLocation(); in TEST_F()
136 SourceLocation macroLsqrLoc = toks[3].getLocation(); in TEST_F()
137 SourceLocation macroIdLoc = toks[4].getLocation(); in TEST_F()
138 SourceLocation macroRsqrLoc = toks[5].getLocation(); in TEST_F()
167 SourceLocation idLoc1 = toks[6].getLocation(); in TEST_F()
168 SourceLocation idLoc2 = toks[7].getLocation(); in TEST_F()
169 SourceLocation idLoc3 = toks[8].getLocation(); in TEST_F()
170 SourceLocation idLoc4 = toks[9].getLocation(); in TEST_F()
/external/clang/lib/Parse/
DParsePragma.cpp63 SourceLocation VisLoc = VisTok.getLocation(); in HandlePragma()
76 PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_lparen) in HandlePragma()
83 PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_identifier) in HandlePragma()
89 PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_rparen) in HandlePragma()
94 PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_identifier) in HandlePragma()
100 PP.Diag(Tok.getLocation(), diag::warn_pragma_extra_tokens_at_eol) in HandlePragma()
122 SourceLocation PackLoc = PackTok.getLocation(); in HandlePragma()
127 PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_lparen) << "pack"; in HandlePragma()
134 SourceLocation LParenLoc = Tok.getLocation(); in HandlePragma()
159 PP.Diag(Tok.getLocation(), diag::warn_pragma_pack_invalid_action); in HandlePragma()
[all …]
DParseCXXInlineMethods.cpp217 Eof.setLocation(Tok.getLocation()); in ParseCXXNonStaticMemberInitializer()
303 SourceLocation origLoc = Tok.getLocation(); in ParseLexedMethodDeclaration()
334 Diag(Tok.getLocation(), diag::err_default_arg_unparsed); in ParseLexedMethodDeclaration()
340 Tok.getLocation()) && in ParseLexedMethodDeclaration()
344 while (Tok.getLocation() != origLoc && Tok.isNot(tok::eof)) in ParseLexedMethodDeclaration()
355 SourceLocation origLoc = Tok.getLocation(); in ParseLexedMethodDeclaration()
398 Diag(Tok.getLocation(), diag::err_except_spec_unparsed); in ParseLexedMethodDeclaration()
410 Tok.getLocation()) && in ParseLexedMethodDeclaration()
415 while (Tok.getLocation() != origLoc && Tok.isNot(tok::eof)) in ParseLexedMethodDeclaration()
453 SourceLocation origLoc = Tok.getLocation(); in ParseLexedMethodDef()
[all …]
DParseTemplate.cpp132 Diag(Tok.getLocation(), diag::err_expected_template); in ParseTemplateDeclarationOrSpecialization()
306 Diag(Tok.getLocation(), diag::err_expected_less_after) << "template"; in ParseTemplateParameters()
318 RAngleLoc = Tok.getLocation(); in ParseTemplateParameters()
319 Tok.setLocation(Tok.getLocation().getLocWithOffset(1)); in ParseTemplateParameters()
323 Diag(Tok.getLocation(), diag::err_expected_greater); in ParseTemplateParameters()
360 Diag(Tok.getLocation(), diag::err_expected_comma_greater); in ParseTemplateParameterList()
500 Diag(Tok.getLocation(), diag::err_expected_ident); in ParseTypeParameter()
554 Diag(Tok.getLocation(), diag::err_class_on_template_template_param) in ParseTemplateTemplateParameter()
555 << (Replace ? FixItHint::CreateReplacement(Tok.getLocation(), "class") in ParseTemplateTemplateParameter()
556 : FixItHint::CreateInsertion(Tok.getLocation(), "class ")); in ParseTemplateTemplateParameter()
[all …]
DParseDeclCXX.cpp147 << FixItHint::CreateInsertion(rBraceToken.getLocation(), RBraces); in ParseNamespace()
252 DeclEnd = Tok.getLocation(); in ParseNamespaceAlias()
287 Tok.is(tok::l_brace) ? Tok.getLocation() in ParseLinkage()
417 DeclEnd = Tok.getLocation(); in ParseUsingDirective()
451 TypenameLoc = Tok.getLocation(); in ParseUsingDeclaration()
493 Diag(Tok.getLocation(), getLangOpts().CPlusPlus0x ? in ParseUsingDeclaration()
541 DeclEnd = Tok.getLocation(); in ParseUsingDeclaration()
632 DeclEnd = Tok.getLocation(); in ParseStaticAssertDeclaration()
651 SourceLocation StartLoc = Tok.getLocation(); in ParseDecltypeSpecifier()
672 return T.getOpenLocation() == Tok.getLocation() ? in ParseDecltypeSpecifier()
[all …]
/external/clang/tools/libclang/
DCXStoredDiagnostic.cpp43 CXSourceLocation CXStoredDiagnostic::getLocation() const { in getLocation() function in CXStoredDiagnostic
44 if (Diag.getLocation().isInvalid()) in getLocation()
47 return translateSourceLocation(Diag.getLocation().getManager(), in getLocation()
48 LangOpts, Diag.getLocation()); in getLocation()
88 if (Diag.getLocation().isInvalid()) in getNumRanges()
95 assert(Diag.getLocation().isValid()); in getRange()
96 return translateSourceRange(Diag.getLocation().getManager(), in getRange()
102 if (Diag.getLocation().isInvalid()) in getNumFixIts()
114 *ReplacementRange = translateSourceRange(Diag.getLocation().getManager(), in getFixIt()
DIndexBody.cpp43 IndexCtx.handleReference(E->getDecl(), E->getLocation(), in VisitDeclRefExpr()
66 IndexCtx.handleReference(E->getDecl(), E->getLocation(), in VisitObjCIvarRefExpr()
85 IndexCtx.handleReference(E->getExplicitProperty(), E->getLocation(), in VisitObjCPropertyRefExpr()
115 IndexCtx.handleReference(E->getConstructor(), E->getLocation(), in VisitCXXConstructExpr()
137 IndexCtx.handleReference(C.getCapturedVar(), C.getLocation(), in TraverseLambdaCapture()
DIndexingContext.cpp74 CXIdxLoc Loc = IdxCtx.getIndexLoc(A->getLocation()); in AttrListInfo()
316 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleFunction()
322 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleVar()
328 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleField()
334 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleEnumerator()
343 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTagDecl()
349 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTypedefName()
355 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation())) in handleObjCInterface()
362 return handleObjCContainer(D, D->getLocation(), in handleObjCInterface()
363 MakeCursorObjCClassRef(D, D->getLocation(), in handleObjCInterface()
[all …]
/external/clang/lib/Lex/
DTokenLexer.cpp35 ExpandLocStart = Tok.getLocation(); in Init()
49 assert(Tokens[0].getLocation().isValid()); in Init()
50 assert((Tokens[0].getLocation().isFileID() || Tokens[0].is(tok::comment)) && in Init()
58 MacroDefStart = SM.getExpansionLoc(Tokens[0].getLocation()); in Init()
147 getExpansionLocForMacroDefLoc(CurTok.getLocation()); in ExpandFunctionArguments()
149 getExpansionLocForMacroDefLoc(Tokens[i+1].getLocation()); in ExpandFunctionArguments()
230 updateLocForMacroArgTokens(CurTok.getLocation(), in ExpandFunctionArguments()
264 PP.Diag(ResultToks.back().getLocation(), diag::ext_paste_comma); in ExpandFunctionArguments()
280 updateLocForMacroArgTokens(CurTok.getLocation(), in ExpandFunctionArguments()
330 PP.Diag(ResultToks.back().getLocation(), diag::ext_paste_comma); in ExpandFunctionArguments()
[all …]
DPPDirectives.cpp186 Hint = FixItHint::CreateInsertion(Tmp.getLocation(),"//"); in CheckEndOfDirective()
313 CurPPLexer->pushConditionalLevel(Tok.getLocation(), /*wasskipping*/true, in SkipExcludedConditionalBlock()
330 Callbacks->Endif(Tok.getLocation(), CondInfo.IfLoc); in SkipExcludedConditionalBlock()
351 Callbacks->Else(Tok.getLocation(), CondInfo.IfLoc); in SkipExcludedConditionalBlock()
384 Callbacks->Elif(Tok.getLocation(), in SkipExcludedConditionalBlock()
404 Callbacks->SourceRangeSkipped(SourceRange(BeginLoc, Tok.getLocation())); in SkipExcludedConditionalBlock()
649 return HandleIncludeDirective(SavedHash.getLocation(), Result); in HandleDirective()
652 return HandleIncludeMacrosDirective(SavedHash.getLocation(), Result); in HandleDirective()
674 return HandleImportDirective(SavedHash.getLocation(), Result); in HandleDirective()
676 return HandleIncludeNextDirective(SavedHash.getLocation(), Result); in HandleDirective()
[all …]
DPragma.cpp174 SourceLocation PragmaLoc = Tok.getLocation(); in Handle_Pragma()
217 SourceLocation RParenLoc = Tok.getLocation(); in Handle_Pragma()
252 SourceLocation TokLoc = TmpTok.getLocation(); in Handle_Pragma()
272 SourceLocation PragmaLoc = Tok.getLocation(); in HandleMicrosoft__pragma()
396 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation()); in HandlePragmaSystemHeader()
404 Callbacks->FileChanged(SysHeaderTok.getLocation(), in HandlePragmaSystemHeader()
410 SourceMgr.AddLineNote(SysHeaderTok.getLocation(), PLoc.getLine(), FilenameID, in HandlePragmaSystemHeader()
432 GetIncludeFilenameSpelling(FilenameTok.getLocation(), Filename); in HandlePragmaDependency()
474 SourceLocation CommentLoc = Tok.getLocation(); in HandlePragmaComment()
493 Diag(Tok.getLocation(), diag::err_pragma_comment_unknown_kind); in HandlePragmaComment()
[all …]
DPPMacroExpansion.cpp202 Identifier.getLocation()); in HandleMacroExpandedIdentifier()
214 SourceLocation ExpansionEnd = Identifier.getLocation(); in HandleMacroExpandedIdentifier()
244 SourceLocation ExpandLoc = Identifier.getLocation(); in HandleMacroExpandedIdentifier()
301 SourceMgr.createExpansionLoc(Identifier.getLocation(), ExpandLoc, in HandleMacroExpandedIdentifier()
360 SourceLocation ArgStartLoc = Tok.getLocation(); in ReadFunctionLikeMacroArgs()
379 MacroEnd = Tok.getLocation(); in ReadFunctionLikeMacroArgs()
426 ArgStartLoc = ArgTokens[ArgTokenStart].getLocation(); in ReadFunctionLikeMacroArgs()
445 EOFTok.setLocation(Tok.getLocation()); in ReadFunctionLikeMacroArgs()
491 SourceLocation EndLoc = Tok.getLocation(); in ReadFunctionLikeMacroArgs()
576 DATELoc = TmpTok.getLocation(); in ComputeDATE_TIME()
[all …]
DPPExpressions.cpp84 Result.setBegin(PeekTok.getLocation()); in EvaluateDefined()
93 LParenLoc = PeekTok.getLocation(); in EvaluateDefined()
127 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined()
131 PP.Diag(PeekTok.getLocation(), diag::err_pp_missing_rparen) << "defined"; in EvaluateDefined()
136 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined()
140 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined()
185 Result.setRange(PeekTok.getLocation()); in EvaluateValue()
208 PeekTok.getLocation(), PP); in EvaluateValue()
250 Result.setRange(PeekTok.getLocation()); in EvaluateValue()
269 PeekTok.getLocation(), PP, PeekTok.getKind()); in EvaluateValue()
[all …]
DModuleMap.cpp485 SourceLocation getLocation() const { in getLocation() function
566 SourceLocation Result = Tok.getLocation(); in consumeToken()
571 Tok.Location = LToken.getLocation().getRawEncoding(); in consumeToken()
621 Diags.Report(LToken.getLocation(), diag::err_invalid_string_udl); in consumeToken()
649 Diags.Report(LToken.getLocation(), diag::err_mmap_unknown_token); in consumeToken()
714 Id.push_back(std::make_pair(Tok.getString(), Tok.getLocation())); in parseModuleId()
717 Diags.Report(Tok.getLocation(), diag::err_mmap_expected_module_name); in parseModuleId()
784 Diags.Report(Tok.getLocation(), diag::err_mmap_expected_module); in parseModuleDecl()
852 Diags.Report(Tok.getLocation(), diag::err_mmap_expected_attribute); in parseModuleDecl()
866 Diags.Report(Tok.getLocation(), diag::warn_mmap_unknown_attribute) in parseModuleDecl()
[all …]
/external/clang/lib/Sema/
DSemaDeclObjC.cpp95 SourceLocation loc = method->getLocation(); in checkInitMethod()
141 Diag(NewMethod->getLocation(), in CheckObjCMethodOverride()
147 Diag(NewMethod->getLocation(), in CheckObjCMethodOverride()
154 Diag(Overridden->getLocation(), in CheckObjCMethodOverride()
158 Diag(Overridden->getLocation(), in CheckObjCMethodOverride()
164 Diag(NewMethod->getLocation(), in CheckObjCMethodOverride()
166 Diag(Overridden->getLocation(), diag::note_previous_decl) in CheckObjCMethodOverride()
171 Diag(NewMethod->getLocation(), in CheckObjCMethodOverride()
173 Diag(Overridden->getLocation(), diag::note_previous_decl) in CheckObjCMethodOverride()
184 Diag(newDecl->getLocation(), in CheckObjCMethodOverride()
[all …]
DSemaDecl.cpp210 Diag(FirstDecl->getLocation(), diag::note_previous_decl) in getTypeName()
242 (*Res)->getLocation().getRawEncoding() < in getTypeName()
243 IIDecl->getLocation().getRawEncoding()) in getTypeName()
398 Diag(Result->getLocation(), diag::note_previous_decl) in DiagnoseUnknownTypeName()
422 Diag(TplDecl->getLocation(), diag::note_template_decl_here) in DiagnoseUnknownTypeName()
482 BuildCXXNestedNameSpecifier(S, *Name, NameLoc, NextToken.getLocation(), in ClassifyName()
624 Diag(FirstDecl->getLocation(), diag::note_previous_decl) in ClassifyName()
1228 Diag(D->getLocation(), DiagID) << D->getDeclName() << Hint; in DiagnoseUnusedDecl()
1236 S.Diag(L->getLocation(), diag::err_undeclared_label_use) <<L->getDeclName(); in CheckPoppedLabel()
1307 Diag(IDecl->getLocation(), diag::note_previous_decl) in getObjCInterfaceDecl()
[all …]
DSemaObjCProperty.cpp96 S.Diag(property->getLocation(), in checkARCPropertyDecl()
231 Diag(prevDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
257 Diag(CDecl->getLocation(), diag::err_continuation_class); in HandlePropertyInClassExtension()
301 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
317 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
363 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
415 Diag(PDecl->getLocation(), diag::err_duplicate_property); in CreatePropertyDecl()
416 Diag(prevDecl->getLocation(), diag::note_property_declare); in CreatePropertyDecl()
540 S.Diag(property->getLocation(), diag::note_property_declare); in checkARCPropertyImpl()
616 Diag(IC->getLocation(), diag::warn_auto_implicit_atomic_property); in ActOnPropertyImplDecl()
[all …]
DSemaTemplateInstantiateDecl.cpp82 AddAlignedAttr(Aligned->getLocation(), New, Result.takeAs<Expr>()); in InstantiateAttrs()
86 Aligned->getLocation(), in InstantiateAttrs()
89 AddAlignedAttr(Aligned->getLocation(), New, Result); in InstantiateAttrs()
117 LabelDecl *Inst = LabelDecl::Create(SemaRef.Context, Owner, D->getLocation(), in VisitLabelDecl()
149 D->getLocation(), D->getDeclName()); in InstantiateTypedefNameDecl()
155 SemaRef.MarkDeclarationsReferencedInType(D->getLocation(), DI->getType()); in InstantiateTypedefNameDecl()
162 D->getLocation(), D->getIdentifier(), DI); in InstantiateTypedefNameDecl()
165 D->getLocation(), D->getIdentifier(), DI); in InstantiateTypedefNameDecl()
181 NamedDecl *InstPrev = SemaRef.FindInstantiatedDecl(D->getLocation(), Prev, in InstantiateTypedefNameDecl()
240 = TypeAliasTemplateDecl::Create(SemaRef.Context, Owner, D->getLocation(), in VisitTypeAliasTemplateDecl()
[all …]
DSemaDeclCXX.cpp231 if (RequireCompleteType(Param->getLocation(), Param->getType(), in SetParamDefaultArgument()
245 InitializationKind Kind = InitializationKind::CreateCopy(Param->getLocation(), in SetParamDefaultArgument()
362 Diag(Param->getLocation(), diag::err_param_default_argument_nonfunc) in CheckExtraCXXDefaultArguments()
363 << SourceRange((*Toks)[1].getLocation(), Toks->back().getLocation()); in CheckExtraCXXDefaultArguments()
367 Diag(Param->getLocation(), diag::err_param_default_argument_nonfunc) in CheckExtraCXXDefaultArguments()
446 Diag(NewParam->getLocation(), DiagDefaultParamID) in MergeCXXFunctionDecl()
459 Diag(OldParam->getLocation(), diag::note_previous_definition) in MergeCXXFunctionDecl()
474 Diag(NewParam->getLocation(), in MergeCXXFunctionDecl()
477 Diag(Old->getLocation(), diag::note_template_prev_declaration) in MergeCXXFunctionDecl()
491 Diag(NewParam->getLocation(), diag::err_template_spec_default_arg) in MergeCXXFunctionDecl()
[all …]
DSemaTemplate.cpp342 Diag(Template->getLocation(), diag::note_previous_decl) in LookupTemplateName()
388 Diag(Found.getRepresentativeDecl()->getLocation(), in LookupTemplateName()
391 Diag(FoundOuter.getFoundDecl()->getLocation(), in LookupTemplateName()
463 Diag(PrevDecl->getLocation(), diag::note_template_param_here); in DiagnoseTemplateParameterShadow()
497 DI = SemaRef.Context.getTrivialTypeSourceInfo(T, Arg.getLocation()); in translateTemplateArgument()
516 Arg.getLocation(), in translateTemplateArgument()
778 Diag(Param->getLocation(), diag::err_template_template_parm_no_parms) in ActOnTemplateTemplateParameter()
802 Diag(DefaultArg.getLocation(), diag::err_template_arg_not_class_template) in ActOnTemplateTemplateParameter()
808 if (DiagnoseUnexpandedParameterPack(DefaultArg.getLocation(), in ActOnTemplateTemplateParameter()
983 Diag(PrevRecordDecl->getLocation(), diag::note_previous_use); in CheckClassTemplate()
[all …]
/external/llvm/lib/Analysis/
DAliasAnalysis.cpp222 AliasAnalysis::Location AliasAnalysis::getLocation(const LoadInst *LI) { in getLocation() function in AliasAnalysis
228 AliasAnalysis::Location AliasAnalysis::getLocation(const StoreInst *SI) { in getLocation() function in AliasAnalysis
234 AliasAnalysis::Location AliasAnalysis::getLocation(const VAArgInst *VI) { in getLocation() function in AliasAnalysis
241 AliasAnalysis::getLocation(const AtomicCmpXchgInst *CXI) { in getLocation() function in AliasAnalysis
248 AliasAnalysis::getLocation(const AtomicRMWInst *RMWI) { in getLocation() function in AliasAnalysis
290 if (!alias(getLocation(L), Loc)) in getModRefInfo()
305 if (!alias(getLocation(S), Loc)) in getModRefInfo()
321 if (!alias(getLocation(V), Loc)) in getModRefInfo()
340 if (!alias(getLocation(CX), Loc)) in getModRefInfo()
353 if (!alias(getLocation(RMW), Loc)) in getModRefInfo()
/external/clang/lib/Rewrite/
DRewriteMacros.cpp115 SourceLocation PPLoc = SM.getExpansionLoc(PPTok.getLocation()); in RewriteMacrosInInput()
134 RB.InsertTextAfter(SM.getFileOffset(RawTok.getLocation()), "//"); in RewriteMacrosInInput()
140 RB.InsertTextAfter(SM.getFileOffset(RawTok.getLocation()), "//"); in RewriteMacrosInInput()
155 unsigned RawOffs = SM.getFileOffset(RawTok.getLocation()); in RewriteMacrosInInput()
177 RawOffs = SM.getFileOffset(RawTok.getLocation()); in RewriteMacrosInInput()
200 PPLoc = SM.getExpansionLoc(PPTok.getLocation()); in RewriteMacrosInInput()
/external/clang/lib/Frontend/
DTextDiagnosticBuffer.cpp33 Notes.push_back(std::make_pair(Info.getLocation(), Buf.str())); in HandleDiagnostic()
36 Warnings.push_back(std::make_pair(Info.getLocation(), Buf.str())); in HandleDiagnostic()
40 Errors.push_back(std::make_pair(Info.getLocation(), Buf.str())); in HandleDiagnostic()
/external/clang/lib/AST/
DASTImporter.cpp856 Context.Diag2(Owner2->getLocation(), diag::warn_odr_tag_type_inconsistent) in IsStructurallyEquivalent()
858 Context.Diag2(Field2->getLocation(), diag::note_odr_field) in IsStructurallyEquivalent()
860 Context.Diag1(Field1->getLocation(), diag::note_odr_field) in IsStructurallyEquivalent()
866 Context.Diag2(Owner2->getLocation(), diag::warn_odr_tag_type_inconsistent) in IsStructurallyEquivalent()
869 Context.Diag1(Field1->getLocation(), diag::note_odr_bit_field) in IsStructurallyEquivalent()
872 Context.Diag2(Field2->getLocation(), diag::note_odr_not_bit_field) in IsStructurallyEquivalent()
875 Context.Diag2(Field2->getLocation(), diag::note_odr_bit_field) in IsStructurallyEquivalent()
878 Context.Diag1(Field1->getLocation(), diag::note_odr_not_bit_field) in IsStructurallyEquivalent()
890 Context.Diag2(Owner2->getLocation(), diag::warn_odr_tag_type_inconsistent) in IsStructurallyEquivalent()
892 Context.Diag2(Field2->getLocation(), diag::note_odr_bit_field) in IsStructurallyEquivalent()
[all …]

12345678910