Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp65 void setRange(SourceLocation B, SourceLocation E) { in setRange() function in __anon289ca2080111::PPValue
66 void setRange(SourceLocation B, SourceLocation E) { setRange() function in __anon289ca2080111::PPValue
/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h183 void setRange(SourceRange R) { AttrRange = R; } setRange() function
H A DSarif.h187 ThreadFlow setRange(const CharSourceRange &ItemRange) { in setRange() function
/llvm-project/mlir/lib/Dialect/GPU/IR/
H A DInferIntRangeInterfaceImpls.cpp252 auto setRange = [&](const ConstantIntRanges &argRange, Value dimResult, in inferResultRanges() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp3034 ProgramStateRef RangeConstraintManager::setRange(ProgramStateRef State, setRange() function in RangeConstraintManager
[all...]
/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h81 void setRange(SourceRange R) { Range = R; } in setRange() function