Home
last modified time | relevance | path

Searched defs:setRange (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPExpressions.cpp65 void setRange(SourceLocation L) { Range.setBegin(L); Range.setEnd(L); } in setRange() function in __anond75e42200111::PPValue
66 void setRange(SourceLocation B, SourceLocation E) { in setRange() function in __anond75e42200111::PPValue
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttributeCommonInfo.h131 void setRange(SourceRange R) { AttrRange = R; } in setRange() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/
H A Dbits.d295 void setRange(size_t target, size_t len) nothrow in setRange() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h70 void setRange(SourceRange R) { Range = R; } in setRange() function