Home
last modified time | relevance | path

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

12345678910>>...15

/external/clang/unittests/Lex/
DPPConditionalDirectiveRecordTest.cpp121 SourceRange(toks[0].getLocation(), toks[1].getLocation()))); in TEST_F()
123 SourceRange(toks[0].getLocation(), toks[2].getLocation()))); in TEST_F()
125 SourceRange(toks[3].getLocation(), toks[4].getLocation()))); in TEST_F()
127 SourceRange(toks[1].getLocation(), toks[5].getLocation()))); in TEST_F()
129 SourceRange(toks[2].getLocation(), toks[6].getLocation()))); in TEST_F()
131 SourceRange(toks[2].getLocation(), toks[5].getLocation()))); in TEST_F()
133 SourceRange(toks[0].getLocation(), toks[6].getLocation()))); in TEST_F()
135 SourceRange(toks[2].getLocation(), toks[8].getLocation()))); in TEST_F()
137 SourceRange(toks[0].getLocation(), toks[9].getLocation()))); in TEST_F()
140 toks[0].getLocation(), toks[2].getLocation())); in TEST_F()
[all …]
DLexerTest.cpp102 Begin.getLocation(), End.getLocation())), in getSourceText()
292 SourceLocation lsqrLoc = toks[0].getLocation(); in TEST_F()
293 SourceLocation idLoc = toks[1].getLocation(); in TEST_F()
294 SourceLocation rsqrLoc = toks[2].getLocation(); in TEST_F()
325 SourceLocation macroLsqrLoc = toks[3].getLocation(); in TEST_F()
326 SourceLocation macroIdLoc = toks[4].getLocation(); in TEST_F()
327 SourceLocation macroRsqrLoc = toks[5].getLocation(); in TEST_F()
356 SourceLocation idLoc1 = toks[6].getLocation(); in TEST_F()
357 SourceLocation idLoc2 = toks[7].getLocation(); in TEST_F()
358 SourceLocation idLoc3 = toks[8].getLocation(); in TEST_F()
[all …]
/external/clang/lib/Parse/
DParsePragma.cpp382 Actions.ActOnPragmaDump(getCurScope(), Tok.getLocation(), II); in HandlePragmaDump()
390 Tok.getLocation()); in HandlePragmaWeak()
398 SourceLocation WeakNameLoc = Tok.getLocation(); in HandlePragmaWeakAlias()
401 SourceLocation AliasNameLoc = Tok.getLocation(); in HandlePragmaWeakAlias()
412 SourceLocation RedefNameLoc = Tok.getLocation(); in HandlePragmaRedefineExtname()
415 SourceLocation AliasNameLoc = Tok.getLocation(); in HandlePragmaRedefineExtname()
440 SourceLocation Loc = Tok.getLocation(); in HandlePragmaCaptured()
467 SourceLocation NameLoc = Tok.getLocation(); in HandlePragmaOpenCLExtension()
737 Toks[0].setLocation(Tok.getLocation()); in HandlePragmaMSInitSeg()
800 Actions.Context, Info->PragmaName.getLocation(), PragmaNameInfo); in HandlePragmaLoopHint()
[all …]
DParseTemplate.cpp110 Diag(Tok.getLocation(), diag::err_expected_template); in ParseTemplateDeclarationOrSpecialization()
184 Diag(Tok.getLocation(), diag::err_templated_invalid_declaration) in ParseSingleDeclarationAfterTemplate()
336 Diag(Tok.getLocation(), diag::err_expected_less_after) << "template"; in ParseTemplateParameters()
352 RAngleLoc = Tok.getLocation(); in ParseTemplateParameters()
353 Tok.setLocation(Tok.getLocation().getLocWithOffset(1)); in ParseTemplateParameters()
355 Diag(Tok.getLocation(), diag::err_expected) << tok::greater; in ParseTemplateParameters()
393 Diag(Tok.getLocation(), diag::err_expected_comma_greater); in ParseTemplateParameterList()
530 Diag(Tok.getLocation(), diag::err_expected) << tok::identifier; in ParseTypeParameter()
589 Diag(Tok.getLocation(), in ParseTemplateTemplateParameter()
594 ? FixItHint::CreateReplacement(Tok.getLocation(), "class") in ParseTemplateTemplateParameter()
[all …]
DParseOpenMP.cpp183 P.Diag(Tok.getLocation(), diag::err_omp_expected_reduction_identifier); in parseOpenMPReductionId()
227 Diag(Tok.getLocation(), diag::err_expected_type); in ParseOpenMPDeclareReductionDirective()
259 Diag(Tok.getLocation(), diag::err_expected_type); in ParseOpenMPDeclareReductionDirective()
278 Diag(Tok.getLocation(), diag::err_expected_expression); in ParseOpenMPDeclareReductionDirective()
296 D->getLocation(), /*DiscardedValue=*/true); in ParseOpenMPDeclareReductionDirective()
313 Diag(Tok.getLocation(), diag::err_expected) << "'initializer'"; in ParseOpenMPDeclareReductionDirective()
330 ParseAssignmentExpression().get(), D->getLocation(), in ParseOpenMPDeclareReductionDirective()
443 BSRange = SourceRange(Tok.getLocation(), Tok.getEndLoc()); in parseDeclareSimdClauses()
816 Directive = Actions.ActOnDeclStmt(Res, Loc, Tok.getLocation()); in ParseOpenMPDeclarativeOrExecutableDirective()
833 Directive = Actions.ActOnDeclStmt(Res, Loc, Tok.getLocation()); in ParseOpenMPDeclarativeOrExecutableDirective()
[all …]
/external/clang/lib/AST/
DCommentParser.cpp65 Pos.BufferStartLoc = Tok.getLocation(); in setupBuffer()
272 Arg.getLocation(), in parseParamCommandArgs()
278 Arg.getLocation(), in parseParamCommandArgs()
288 Arg.getLocation(), in parseTParamCommandArgs()
302 Args[ParsedArgs] = Argument(SourceRange(Arg.getLocation(), in parseBlockCommandArgs()
321 PC = S.actOnParamCommandStart(Tok.getLocation(), in parseBlockCommand()
326 TPC = S.actOnTParamCommandStart(Tok.getLocation(), in parseBlockCommand()
331 BC = S.actOnBlockCommandStart(Tok.getLocation(), in parseBlockCommand()
416 IC = S.actOnInlineCommand(CommandTok.getLocation(), in parseInlineCommand()
419 ArgTok.getLocation(), in parseInlineCommand()
[all …]
DCommentSema.cpp90 Diag(Command->getLocation(), in actOnParamCommandStart()
125 Diag(Comment->getLocation(), diag::warn_doc_function_method_decl_mismatch) in checkFunctionDeclVerbatimLine()
162 Diag(Comment->getLocation(), diag::warn_doc_api_container_decl_mismatch) in checkContainerDeclVerbatimLine()
212 Diag(Comment->getLocation(), diag::warn_doc_container_decl_mismatch) in checkContainerDecl()
291 Diag(Command->getLocation(), in actOnTParamCommandStart()
327 Diag(PrevCommand->getLocation(), diag::note_doc_tparam_previous) in actOnTParamCommandParamNameArg()
482 Diag(HET->getLocation(), diag::warn_doc_html_end_forbidden) in actOnHTMLEndTag()
498 Diag(HET->getLocation(), diag::warn_doc_html_end_unbalanced) in actOnHTMLEndTag()
519 HST->getLocation(), in actOnHTMLEndTag()
523 HET->getLocation(), in actOnHTMLEndTag()
[all …]
/external/clang/tools/libclang/
DCXStoredDiagnostic.cpp44 CXSourceLocation CXStoredDiagnostic::getLocation() const { in getLocation() function in CXStoredDiagnostic
45 if (Diag.getLocation().isInvalid()) in getLocation()
48 return translateSourceLocation(Diag.getLocation().getManager(), in getLocation()
49 LangOpts, Diag.getLocation()); in getLocation()
84 if (Diag.getLocation().isInvalid()) in getNumRanges()
91 assert(Diag.getLocation().isValid()); in getRange()
92 return translateSourceRange(Diag.getLocation().getManager(), in getRange()
98 if (Diag.getLocation().isInvalid()) in getNumFixIts()
110 *ReplacementRange = translateSourceRange(Diag.getLocation().getManager(), in getFixIt()
DCXIndexDataConsumer.cpp168 ObjCID->getLocation() == Loc) { in handleDeclOccurence()
176 ObjCPD->getLocation() == Loc) { in handleDeclOccurence()
284 CXIdxLoc Loc = IdxCtx.getIndexLoc(A->getLocation()); in AttrListInfo()
485 getIndexLoc(ImportD->getLocation()), in importedModule()
608 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleFunction()
614 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleVar()
620 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleField()
626 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleMSProperty()
632 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleEnumerator()
641 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTagDecl()
[all …]
/external/clang/lib/Sema/
DSemaObjCProperty.cpp100 S.Diag(property->getLocation(), in checkPropertyDeclWithOwnership()
334 Loc = Tok.getLocation(); in LocPropertyAttribute()
404 S.Diag(NewProperty->getLocation(), diag::warn_property_attribute) in checkAtomicPropertyMismatch()
407 S.Diag(OldProperty->getLocation(), diag::note_property_declare); in checkAtomicPropertyMismatch()
431 Diag(CDecl->getLocation(), diag::err_continuation_class); in HandlePropertyInClassExtension()
446 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
468 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
478 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
494 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
508 Diag(PIDecl->getLocation(), diag::note_property_declare); in HandlePropertyInClassExtension()
[all …]
DSemaDecl.cpp396 (*Res)->getLocation().getRawEncoding() < in getTypeName()
397 IIDecl->getLocation().getRawEncoding()) in getTypeName()
431 MarkAnyDeclReferenced(TD->getLocation(), TD, /*OdrUse=*/false); in getTypeName()
661 Diag(TplDecl->getLocation(), diag::note_template_decl_here) in DiagnoseUnknownTypeName()
747 SemaRef.Diag((*I)->getLocation(), diag::note_decl_hiding_tag_type) in isTagTypeWithMissingTag()
783 BuildCXXNestedNameSpecifier(S, *Name, NameLoc, NextToken.getLocation(), in ClassifyName()
1017 MarkAnyDeclReferenced(Type->getLocation(), Type, /*OdrUse=*/false); in ClassifyName()
1440 if (FD->isInlined() && !isMainFileLoc(*this, FD->getLocation())) in ShouldWarnIfUnusedFileScopedDecl()
1451 if (!isMainFileLoc(*this, VD->getLocation())) in ShouldWarnIfUnusedFileScopedDecl()
1461 if (VD->isInline() && !isMainFileLoc(*this, VD->getLocation())) in ShouldWarnIfUnusedFileScopedDecl()
[all …]
DSemaDeclObjC.cpp96 SourceLocation loc = method->getLocation(); in checkInitMethod()
138 Diag(NewMethod->getLocation(), in CheckObjCMethodOverride()
144 Diag(NewMethod->getLocation(), in CheckObjCMethodOverride()
151 Diag(Overridden->getLocation(), in CheckObjCMethodOverride()
156 Diag(Overridden->getLocation(), in CheckObjCMethodOverride()
162 Diag(NewMethod->getLocation(), in CheckObjCMethodOverride()
164 Diag(Overridden->getLocation(), diag::note_previous_decl) in CheckObjCMethodOverride()
169 Diag(NewMethod->getLocation(), in CheckObjCMethodOverride()
171 Diag(Overridden->getLocation(), diag::note_previous_decl) in CheckObjCMethodOverride()
183 Diag(newDecl->getLocation(), in CheckObjCMethodOverride()
[all …]
DSemaTemplateInstantiateDecl.cpp86 S.AddAlignedAttr(Aligned->getLocation(), New, Result.getAs<Expr>(), in instantiateDependentAlignedAttr()
90 TemplateArgs, Aligned->getLocation(), in instantiateDependentAlignedAttr()
93 S.AddAlignedAttr(Aligned->getLocation(), New, Result, in instantiateDependentAlignedAttr()
119 SourceLocation EllipsisLoc = Aligned->getLocation(); in instantiateDependentAlignedAttr()
155 S.AddAssumeAlignedAttr(Aligned->getLocation(), New, E, OE, in instantiateDependentAssumeAlignedAttr()
166 S.AddAlignValueAttr(Aligned->getLocation(), New, Result.getAs<Expr>(), in instantiateDependentAlignValueAttr()
192 S.Diag(A->getLocation(), diag::err_enable_if_never_constant_expr); in instantiateDependentEnableIfAttr()
199 EnableIfAttr(A->getLocation(), S.getASTContext(), Cond, in instantiateDependentEnableIfAttr()
226 S.AddLaunchBoundsAttr(Attr.getLocation(), New, MaxThreads, MinBlocks, in instantiateDependentCUDALaunchBoundsAttr()
444 LabelDecl *Inst = LabelDecl::Create(SemaRef.Context, Owner, D->getLocation(), in VisitLabelDecl()
[all …]
DSemaDeclCXX.cpp250 if (RequireCompleteType(Param->getLocation(), Param->getType(), in SetParamDefaultArgument()
264 InitializationKind Kind = InitializationKind::CreateCopy(Param->getLocation(), in SetParamDefaultArgument()
400 SR = SourceRange((*Toks)[1].getLocation(), in CheckExtraCXXDefaultArguments()
401 Toks->back().getLocation()); in CheckExtraCXXDefaultArguments()
404 Diag(Param->getLocation(), diag::err_param_default_argument_nonfunc) in CheckExtraCXXDefaultArguments()
409 Diag(Param->getLocation(), diag::err_param_default_argument_nonfunc) in CheckExtraCXXDefaultArguments()
536 Diag(NewParam->getLocation(), DiagDefaultParamID) in MergeCXXFunctionDecl()
547 Diag(OldParam->getLocation(), diag::note_previous_definition) in MergeCXXFunctionDecl()
564 Diag(NewParam->getLocation(), in MergeCXXFunctionDecl()
567 Diag(PrevForDefaultArgs->getLocation(), in MergeCXXFunctionDecl()
[all …]
DSemaTemplate.cpp394 Diag(Found.getRepresentativeDecl()->getLocation(), in LookupTemplateName()
397 Diag(FoundOuter.getFoundDecl()->getLocation(), in LookupTemplateName()
475 Diag(PrevDecl->getLocation(), diag::note_template_param_here); in DiagnoseTemplateParameterShadow()
508 DI = SemaRef.Context.getTrivialTypeSourceInfo(T, Arg.getLocation()); in translateTemplateArgument()
527 Arg.getLocation(), in translateTemplateArgument()
780 Diag(Param->getLocation(), diag::err_template_template_parm_no_parms) in ActOnTemplateTemplateParameter()
804 Diag(DefaultArg.getLocation(), diag::err_template_arg_not_valid_template) in ActOnTemplateTemplateParameter()
810 if (DiagnoseUnexpandedParameterPack(DefaultArg.getLocation(), in ActOnTemplateTemplateParameter()
1009 Diag(Shadow->getTargetDecl()->getLocation(), in CheckClassTemplate()
1011 Diag(Shadow->getUsingDecl()->getLocation(), diag::note_using_decl) << 0; in CheckClassTemplate()
[all …]
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
DProblem.java72 …return getLocation().map(l -> l.getBegin().getRange().map(r -> r.begin.toString()).orElse("(line ?… in getVerboseMessage()
78 public Optional<TokenRange> getLocation() { in getLocation() method in Problem
87 return getLocation(); in getRange()
101 …final Optional<Position> aBegin= a.getLocation().flatMap(l -> l.getBegin().getRange().map(r -> r.b…
102 …final Optional<Position> bBegin = b.getLocation().flatMap(l -> l.getBegin().getRange().map(r -> r.…
107 if (a.getLocation().isPresent() || b.getLocation().isPresent()) {
108 if (a.getLocation().isPresent()) {
/external/clang/lib/Lex/
DTokenLexer.cpp36 ExpandLocStart = Tok.getLocation(); in Init()
51 assert(Tokens[0].getLocation().isValid()); in Init()
52 assert((Tokens[0].getLocation().isFileID() || Tokens[0].is(tok::comment)) && in Init()
60 MacroDefStart = SM.getExpansionLoc(Tokens[0].getLocation()); in Init()
149 PP.Diag(ResultToks.back().getLocation(), diag::ext_paste_comma); in MaybeRemoveCommaBeforeVaArgs()
194 getExpansionLocForMacroDefLoc(CurTok.getLocation()); in ExpandFunctionArguments()
196 getExpansionLocForMacroDefLoc(Tokens[i+1].getLocation()); in ExpandFunctionArguments()
299 updateLocForMacroArgTokens(CurTok.getLocation(), in ExpandFunctionArguments()
329 PP.Diag(ResultToks.pop_back_val().getLocation(), diag::ext_paste_comma); in ExpandFunctionArguments()
344 updateLocForMacroArgTokens(CurTok.getLocation(), in ExpandFunctionArguments()
[all …]
DPPDirectives.cpp267 SourceLocation MacroNameLoc = MacroNameTok.getLocation(); in CheckMacroName()
352 Hint = FixItHint::CreateInsertion(Tmp.getLocation(),"//"); in CheckEndOfDirective()
477 CurPPLexer->pushConditionalLevel(Tok.getLocation(), /*wasskipping*/true, in SkipExcludedConditionalBlock()
498 Callbacks->Endif(Tok.getLocation(), CondInfo.IfLoc); in SkipExcludedConditionalBlock()
525 Callbacks->Else(Tok.getLocation(), CondInfo.IfLoc); in SkipExcludedConditionalBlock()
551 Callbacks->Elif(Tok.getLocation(), in SkipExcludedConditionalBlock()
576 Callbacks->SourceRangeSkipped(SourceRange(BeginLoc, Tok.getLocation())); in SkipExcludedConditionalBlock()
992 return HandleIncludeDirective(SavedHash.getLocation(), Result); in HandleDirective()
995 return HandleIncludeMacrosDirective(SavedHash.getLocation(), Result); in HandleDirective()
1013 return HandlePragmaDirective(SavedHash.getLocation(), PIK_HashPragma); in HandleDirective()
[all …]
DPPMacroExpansion.cpp186 IsSystemMacro &= SourceMgr.isInSystemHeader(DMD->getLocation()); in updateModuleMacroInfo()
431 Callbacks->MacroExpands(Identifier, M, Identifier.getLocation(), in HandleMacroExpandedIdentifier()
444 SourceLocation ExpansionEnd = Identifier.getLocation(); in HandleMacroExpandedIdentifier()
469 SourceLocation ExpandLoc = Identifier.getLocation(); in HandleMacroExpandedIdentifier()
546 SourceMgr.createExpansionLoc(Identifier.getLocation(), ExpandLoc, in HandleMacroExpandedIdentifier()
660 SourceRange(ArgStartIterator->getLocation(), in GenerateNewArgTokens()
661 PP.getLocForEndOfToken(ClosingBrace->getLocation()))); in GenerateNewArgTokens()
669 TempToken.setLocation(ArgStartIterator->getLocation()); in GenerateNewArgTokens()
679 SourceLocation Loc = PP.getLocForEndOfToken((I - 1)->getLocation()); in GenerateNewArgTokens()
685 ParenHints.push_back(SourceRange(ArgStartIterator->getLocation(), in GenerateNewArgTokens()
[all …]
DPragma.cpp181 SourceLocation PragmaLoc = Tok.getLocation(); in Handle_Pragma()
228 SourceLocation RParenLoc = Tok.getLocation(); in Handle_Pragma()
289 SourceLocation TokLoc = TmpTok.getLocation(); in Handle_Pragma()
309 SourceLocation PragmaLoc = Tok.getLocation(); in HandleMicrosoft__pragma()
433 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation()); in HandlePragmaSystemHeader()
441 Callbacks->FileChanged(SysHeaderTok.getLocation(), in HandlePragmaSystemHeader()
447 SourceMgr.AddLineNote(SysHeaderTok.getLocation(), PLoc.getLine()+1, in HandlePragmaSystemHeader()
470 GetIncludeFilenameSpelling(FilenameTok.getLocation(), Filename); in HandlePragmaDependency()
479 LookupFile(FilenameTok.getLocation(), Filename, isAngled, nullptr, in HandlePragmaDependency()
515 Diag(PragmaTok.getLocation(), diag::err_pragma_push_pop_macro_malformed) in ParsePragmaPushOrPopMacro()
[all …]
DPPExpressions.cpp90 SourceLocation beginLoc(PeekTok.getLocation()); in EvaluateDefined()
100 LParenLoc = PeekTok.getLocation(); in EvaluateDefined()
131 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined()
135 PP.Diag(PeekTok.getLocation(), diag::err_pp_expected_after) in EvaluateDefined()
141 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined()
145 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined()
197 SourceRange(beginLoc, PeekTok.getLocation())); in EvaluateDefined()
246 Result.setRange(PeekTok.getLocation()); in EvaluateValue()
268 NumericLiteralParser Literal(Spelling, PeekTok.getLocation(), PP); in EvaluateValue()
318 Result.setRange(PeekTok.getLocation()); in EvaluateValue()
[all …]
/external/clang/unittests/Tooling/
DRecursiveASTVisitorTestExprVisitor.cpp40 Match(Stream.str(), ArgLoc.getLocation()); in TraverseTemplateArgumentLoc()
60 Match("true", BE->getLocation()); in VisitCXXBoolLiteralExpr()
62 Match("false", BE->getLocation()); in VisitCXXBoolLiteralExpr()
85 Match(Class->getName(), Ctor->getLocation()); in VisitCXXConstructorDecl()
123 Match(Class->getName(), Expr->getLocation()); in VisitCXXConstructExpr()
166 Match(Reference->getNameInfo().getAsString(), Reference->getLocation()); in VisitDeclRefExpr()
DRefactoringTest.cpp47 SourceLocation Location = Context.getLocation(ID, 1, 1); in TEST_F()
55 SourceLocation Location = Context.getLocation(ID, 1, 1); in TEST_F()
63 SourceLocation Location = Context.getLocation(ID, 1, 1); in TEST_F()
72 SourceLocation Location = Context.getLocation(ID, 2, 3); in TEST_F()
81 SourceLocation Location1 = Context.getLocation(ID, 2, 3); in TEST_F()
88 SourceLocation Location2 = Context.getLocation(ID, 4, 4); in TEST_F()
116 Replaces.insert(Replacement(Context.Sources, Context.getLocation(ID, 2, 1), in TEST_F()
118 Replaces.insert(Replacement(Context.Sources, Context.getLocation(ID, 3, 1), in TEST_F()
131 Replaces.push_back(Replacement(Context.Sources, Context.getLocation(ID, 2, 1), in TEST_F()
134 Replacement(Context.Sources, Context.getLocation(ID, 3, 1), 5, "other")); in TEST_F()
[all …]
/external/swiftshader/third_party/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/Frontend/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()

12345678910>>...15