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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp59 void setBegin(MachineBasicBlock::iterator &MI) { function in class:__anon2390::MOVEMState
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp69 void setBegin(SourceLocation L) { Range.setBegin(L); } function in class:__anon667::PPValue
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h224 void setBegin(SourceLocation b) { B = b; } function in class:clang::SourceLocation::SourceRange
289 void setBegin(SourceLocation b) { Range.setBegin(b); } function in class:clang::SourceLocation::CharSourceRange

Completed in 132 milliseconds