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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp67 void setBegin(SourceLocation L) { Range.setBegin(L); } function in class:__anon3085::PPValue
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h219 void setBegin(SourceLocation b) { B = b; } function in class:clang::SourceLocation::SourceRange
284 void setBegin(SourceLocation b) { Range.setBegin(b); } function in class:clang::SourceLocation::CharSourceRange

Completed in 119 milliseconds