Searched defs:setBegin (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/url/src/
H A DURLComponent.h63 void setBegin(int begin) { m_begin = begin; } function in class:WTF::URLComponent
/external/clang/lib/Lex/
H A DPPExpressions.cpp46 void setRange(SourceLocation L) { Range.setBegin(L); Range.setEnd(L); }
48 Range.setBegin(B); Range.setEnd(E);
50 void setBegin(SourceLocation L) { Range.setBegin(L); } function in class:__anon127::PPValue
84 Result.setBegin(PeekTok.getLocation());
341 Result.setBegin(Start);
348 Result.setBegin(Loc);
368 Result.setBegin(Start);
380 Result.setBegin(Start);
/external/clang/include/clang/Basic/
H A DSourceLocation.h201 void setBegin(SourceLocation b) { B = b; } function in class:clang::SourceRange
261 void setBegin(SourceLocation b) { Range.setBegin(b); } function in class:clang::CharSourceRange

Completed in 231 milliseconds