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

/external/clang/lib/Lex/
H A DPPExpressions.cpp47 void setRange(SourceLocation L) { Range.setBegin(L); Range.setEnd(L); }
49 Range.setBegin(B); Range.setEnd(E);
51 void setBegin(SourceLocation L) { Range.setBegin(L); } function in class:__anon16204::PPValue
86 Result.setBegin(beginLoc);
359 Result.setBegin(Start);
366 Result.setBegin(Loc);
386 Result.setBegin(Start);
398 Result.setBegin(Start);
/external/clang/include/clang/Basic/
H A DSourceLocation.h203 void setBegin(SourceLocation b) { B = b; } function in class:clang::SourceRange
257 void setBegin(SourceLocation b) { Range.setBegin(b); } function in class:clang::CharSourceRange

Completed in 102 milliseconds