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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPExpressions.cpp51 void setBegin(SourceLocation L) { Range.setBegin(L); } function in class:__anon3182::PPValue
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h203 void setBegin(SourceLocation b) { B = b; } function in class:clang::SourceLocation::SourceRange
257 void setBegin(SourceLocation b) { Range.setBegin(b); } function in class:clang::SourceLocation::CharSourceRange

Completed in 80 milliseconds