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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h131 void setRange(SourceRange R) { AttrRange = R; } function in class:clang::AttributeCommonInfo
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp63 void setRange(SourceLocation L) { Range.setBegin(L); Range.setEnd(L); } function in class:__anon657::PPValue
64 void setRange(SourceLocation B, SourceLocation E) { function in class:__anon657::PPValue
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1430 const ConstantRange &setRange(const SCEV *S, RangeSignHint Hint, function in class:llvm::ScalarEvolution
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h69 void setRange(SourceRange R) { Range = R; } function in class:clang::CXXScopeSpec

Completed in 124 milliseconds