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

1234567891011>>

/external/clang/unittests/Lex/
H A DPPConditionalDirectiveRecordTest.cpp122 SourceRange(toks[0].getLocation(), toks[1].getLocation())));
124 SourceRange(toks[0].getLocation(), toks[2].getLocation())));
126 SourceRange(toks[3].getLocation(), toks[4].getLocation())));
128 SourceRange(toks[1].getLocation(), toks[5].getLocation())));
130 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/clang/unittests/Tooling/
H A DRewriterTest.cpp18 Context.Rewrite.ReplaceText(Context.getLocation(ID, 2, 1), 5, "replaced");
27 Context.Rewrite.ReplaceText(Context.getLocation(FailingID, 1, 2), 1, "other");
30 Context.Rewrite.ReplaceText(Context.getLocation(WorkingID, 2, 1), 5,
/external/mockito/src/org/mockito/exceptions/
H A DPrintableInvocation.java20 Location getLocation(); method in interface:PrintableInvocation
/external/mockito/src/org/mockito/internal/debugging/
H A DLoggingListener.java26 "stubbed with those args here " + unused.getLocation(),
27 "BUT called with different args " + unstubbed.getInvocation().getLocation(),
32 logger.log("This stubbing was never used " + unused.getLocation() + "\n");
40 unstubbed.getInvocation().getLocation(),
H A DLocalized.java24 public Location getLocation() { method in class:Localized
H A DMockitoDebuggerImpl.java29 out += line(" invoked: " + i.getLocation());
45 out += line(" stubbed: " + i.getLocation());
/external/mockito/src/org/mockito/invocation/
H A DDescribedInvocation.java28 Location getLocation(); method in interface:DescribedInvocation
H A DInvocation.java37 Location getLocation(); method in interface:Invocation
/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/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/clang/lib/Parse/
H A DParsePragma.cpp348 Tok.getLocation());
356 SourceLocation WeakNameLoc = Tok.getLocation();
359 SourceLocation AliasNameLoc = Tok.getLocation();
370 SourceLocation RedefNameLoc = Tok.getLocation();
373 SourceLocation AliasNameLoc = Tok.getLocation();
398 SourceLocation Loc = Tok.getLocation();
425 SourceLocation NameLoc = Tok.getLocation();
615 IdentifierLoc::create(Actions.Context, Info->Loop.getLocation(),
618 IdentifierLoc::create(Actions.Context, Info->Option.getLocation(),
621 IdentifierLoc::create(Actions.Context, Info->Value.getLocation(),
[all...]
/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/clang/lib/Frontend/
H A DTextDiagnosticBuffer.cpp33 Notes.push_back(std::make_pair(Info.getLocation(), Buf.str()));
36 Warnings.push_back(std::make_pair(Info.getLocation(), Buf.str()));
39 Remarks.push_back(std::make_pair(Info.getLocation(), Buf.str()));
43 Errors.push_back(std::make_pair(Info.getLocation(), Buf.str()));
/external/mockito/src/org/mockito/internal/invocation/
H A DStubInfoImpl.java22 return stubbedAt.getLocation();
/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/Rewrite/Frontend/
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.cpp98 S.Diag(property->getLocation(),
296 Loc = Tok.getLocation();
339 Diag(prevDecl->getLocation(), diag::note_property_declare);
370 Diag(CDecl->getLocation(), diag::err_continuation_class);
416 Diag(PIDecl->getLocation(), diag::note_property_declare);
433 Diag(PIDecl->getLocation(), diag::note_property_declare);
446 Diag(PIDecl->getLocation(), diag::note_property_declare);
507 Diag(PIDecl->getLocation(), diag::note_property_declare);
568 Diag(PDecl->getLocation(), diag::err_duplicate_property);
569 Diag(prevDecl->getLocation(), dia
[all...]
/external/clang/lib/Lex/
H A DPreprocessorLexer.cpp51 PP->Diag(FilenameTok.getLocation(), diag::err_pp_expects_filename);
H A DTokenLexer.cpp36 ExpandLocStart = Tok.getLocation();
51 assert(Tokens[0].getLocation().isValid());
52 assert((Tokens[0].getLocation().isFileID() || Tokens[0].is(tok::comment)) &&
60 MacroDefStart = SM.getExpansionLoc(Tokens[0].getLocation());
152 PP.Diag(ResultToks.back().getLocation(), diag::ext_paste_comma);
193 getExpansionLocForMacroDefLoc(CurTok.getLocation());
195 getExpansionLocForMacroDefLoc(Tokens[i+1].getLocation());
297 updateLocForMacroArgTokens(CurTok.getLocation(),
326 PP.Diag(ResultToks.pop_back_val().getLocation(), diag::ext_paste_comma);
341 updateLocForMacroArgTokens(CurTok.getLocation(),
[all...]
H A DPPMacroExpansion.cpp231 Identifier.getLocation(),
244 SourceLocation ExpansionEnd = Identifier.getLocation();
269 SourceLocation ExpandLoc = Identifier.getLocation();
350 SourceMgr.createExpansionLoc(Identifier.getLocation(), ExpandLoc,
466 SourceRange(ArgStartIterator->getLocation(),
467 PP.getLocForEndOfToken(ClosingBrace->getLocation())));
475 TempToken.setLocation(ArgStartIterator->getLocation());
485 SourceLocation Loc = PP.getLocForEndOfToken((I - 1)->getLocation());
491 ParenHints.push_back(SourceRange(ArgStartIterator->getLocation(),
544 SourceLocation ArgStartLoc = Tok.getLocation();
[all...]
/external/mockito/src/org/mockito/internal/exceptions/util/
H A DScenarioPrinter.java27 sb.append(i.getLocation() + "\n");
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DHttpRetryExceptionTest.java41 assertEquals("getLocation", ref.getLocation(), tst.getLocation());
/external/mockito/src/org/mockito/internal/verification/checkers/
H A DNumberOfInvocationsChecker.java41 Location firstUndesired = actualInvocations.get(wantedCount).getLocation();
44 Location firstUndesired = actualInvocations.get(wantedCount).getLocation();

Completed in 634 milliseconds

1234567891011>>