Searched refs:getLocation (Results 1 - 25 of 392) sorted by relevance

1234567891011>>

/external/mockito/src/main/java/org/mockito/invocation/
H A DDescribedInvocation.java25 Location getLocation(); method in interface:DescribedInvocation
H A DInvocation.java40 Location getLocation(); method in interface:Invocation
/external/clang/unittests/Lex/
H A DPPConditionalDirectiveRecordTest.cpp121 SourceRange(toks[0].getLocation(), toks[1].getLocation())));
123 SourceRange(toks[0].getLocation(), toks[2].getLocation())));
125 SourceRange(toks[3].getLocation(), toks[4].getLocation())));
127 SourceRange(toks[1].getLocation(), toks[5].getLocation())));
129 SourceRange(toks[2].getLocation(), toks[6].getLocation())));
[all...]
/external/clang/tools/libclang/
H A DCXStoredDiagnostic.cpp44 CXSourceLocation CXStoredDiagnostic::getLocation() const { function in class:CXStoredDiagnostic
45 if (Diag.getLocation().isInvalid())
48 return translateSourceLocation(Diag.getLocation().getManager(),
49 LangOpts, Diag.getLocation());
84 if (Diag.getLocation().isInvalid())
91 assert(Diag.getLocation().isValid());
92 return translateSourceRange(Diag.getLocation().getManager(),
98 if (Diag.getLocation().isInvalid())
110 *ReplacementRange = translateSourceRange(Diag.getLocation().getManager(),
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DLabel.java48 return getLocation().getCodeAddress();
52 public MethodLocation getLocation() { method in class:Label
/external/clang/unittests/Tooling/
H A DRewriterTest.cpp21 Context.Rewrite.ReplaceText(Context.getLocation(ID, 2, 1), 5, "replaced");
30 Context.Rewrite.ReplaceText(Context.getLocation(FailingID, 1, 2), 1, "other");
33 Context.Rewrite.ReplaceText(Context.getLocation(WorkingID, 2, 1), 5,
H A DRecursiveASTVisitorTestExprVisitor.cpp40 Match(Stream.str(), ArgLoc.getLocation());
60 Match("true", BE->getLocation());
62 Match("false", BE->getLocation());
85 Match(Class->getName(), Ctor->getLocation());
123 Match(Class->getName(), Expr->getLocation());
166 Match(Reference->getNameInfo().getAsString(), Reference->getLocation());
/external/clang/include/clang/Sema/
H A DWeak.h35 inline SourceLocation getLocation() const { return loc; } function in class:clang::WeakInfo
39 return alias == RHS.getAlias() && loc == RHS.getLocation();
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
H A DProblem.java72 return getLocation().map(l -> l.getBegin().getRange().map(r -> r.begin.toString()).orElse("(line ?,col ?)") + " " + message).orElse(message);
78 public Optional<TokenRange> getLocation() { method in class:Problem
83 * @deprecated use getLocation()
87 return getLocation();
101 final Optional<Position> aBegin= a.getLocation().flatMap(l -> l.getBegin().getRange().map(r -> r.begin));
102 final Optional<Position> bBegin = b.getLocation().flatMap(l -> l.getBegin().getRange().map(r -> r.begin));
107 if (a.getLocation().isPresent() || b.getLocation().isPresent()) {
108 if (a.getLocation().isPresent()) {
/external/clang/lib/Frontend/
H A DTextDiagnosticBuffer.cpp33 Notes.emplace_back(Info.getLocation(), Buf.str());
36 Warnings.emplace_back(Info.getLocation(), Buf.str());
39 Remarks.emplace_back(Info.getLocation(), Buf.str());
43 Errors.emplace_back(Info.getLocation(), Buf.str());
/external/mockito/src/main/java/org/mockito/internal/debugging/
H A DLocalized.java24 public Location getLocation() { method in class:Localized
H A DLoggingListener.java35 argMismatchStubs.add(index + ". Stubbed " + unused.getLocation());
36 argMismatchStubs.add(padding + " Invoked " + unstubbed.getInvocation().getLocation());
44 unusedStubs.add((unusedStubs.size() + 1) + ". " + unused.getLocation());
49 unstubbedCalls.add((unstubbedCalls.size() + 1) + ". " + unstubbed.getInvocation().getLocation());
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DDataEntryUrnBox.java43 public String getLocation() { method in class:DataEntryUrnBox
67 return "DataEntryUrlBox[name=" + getName() + ";location=" + getLocation() + "]";
/external/clang/include/clang/AST/
H A DCommentBriefParser.h39 SourceLocation Loc = Tok.getLocation();
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
H A DAgentTask.java43 throw new BuildException("Property is mandatory", getLocation());
H A DDumpTask.java121 throw new BuildException("Invalid port value", getLocation());
126 getLocation());
155 getLocation());
H A DMergeTask.java62 getLocation());
88 e, getLocation());
102 destfile.getAbsolutePath()), e, getLocation());
H A DCoverageTask.java59 getLocation());
70 subTaskTypeName), getLocation());
99 getLocation());
148 getLocation());
/external/mockito/src/main/java/org/mockito/internal/invocation/
H A DStubInfoImpl.java22 return stubbedAt.getLocation();
/external/mockito/src/main/java/org/mockito/internal/matchers/
H A DLocalizedMatcher.java22 public Location getLocation() { method in class:LocalizedMatcher
/external/clang/lib/Parse/
H A DParsePragma.cpp382 Actions.ActOnPragmaDump(getCurScope(), Tok.getLocation(), II);
390 Tok.getLocation());
398 SourceLocation WeakNameLoc = Tok.getLocation();
401 SourceLocation AliasNameLoc = Tok.getLocation();
412 SourceLocation RedefNameLoc = Tok.getLocation();
415 SourceLocation AliasNameLoc = Tok.getLocation();
440 SourceLocation Loc = Tok.getLocation();
467 SourceLocation NameLoc = Tok.getLocation();
737 Toks[0].setLocation(Tok.getLocation());
800 Actions.Context, Info->PragmaName.getLocation(), PragmaNameInf
[all...]
/external/clang/lib/AST/
H A DCommentParser.cpp65 Pos.BufferStartLoc = Tok.getLocation();
272 Arg.getLocation(),
278 Arg.getLocation(),
288 Arg.getLocation(),
302 Args[ParsedArgs] = Argument(SourceRange(Arg.getLocation(),
321 PC = S.actOnParamCommandStart(Tok.getLocation(),
326 TPC = S.actOnTParamCommandStart(Tok.getLocation(),
331 BC = S.actOnBlockCommandStart(Tok.getLocation(),
416 IC = S.actOnInlineCommand(CommandTok.getLocation(),
419 ArgTok.getLocation(),
[all...]
/external/clang/lib/Frontend/Rewrite/
H A DRewriteMacros.cpp115 SourceLocation PPLoc = SM.getExpansionLoc(PPTok.getLocation());
134 RB.InsertTextAfter(SM.getFileOffset(RawTok.getLocation()), "//");
140 RB.InsertTextAfter(SM.getFileOffset(RawTok.getLocation()), "//");
155 unsigned RawOffs = SM.getFileOffset(RawTok.getLocation());
177 RawOffs = SM.getFileOffset(RawTok.getLocation());
200 PPLoc = SM.getExpansionLoc(PPTok.getLocation());
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp100 S.Diag(property->getLocation(),
334 Loc = Tok.getLocation();
404 S.Diag(NewProperty->getLocation(), diag::warn_property_attribute)
407 S.Diag(OldProperty->getLocation(), diag::note_property_declare);
431 Diag(CDecl->getLocation(), diag::err_continuation_class);
446 Diag(PIDecl->getLocation(), diag::note_property_declare);
468 Diag(PIDecl->getLocation(), diag::note_property_declare);
478 Diag(PIDecl->getLocation(), diag::note_property_declare);
494 Diag(PIDecl->getLocation(), diag::note_property_declare);
508 Diag(PIDecl->getLocation(), dia
[all...]
/external/clang/lib/Lex/
H A DPreprocessorLexer.cpp51 PP->Diag(FilenameTok.getLocation(), diag::err_pp_expects_filename);

Completed in 562 milliseconds

1234567891011>>