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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DAttr.h90 void setRange(SourceRange R) { Range = R; } function in class:clang::Attr
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPExpressions.cpp47 void setRange(SourceLocation L) { Range.setBegin(L); Range.setEnd(L); } function in class:__anon3142::PPValue
48 void setRange(SourceLocation B, SourceLocation E) { function in class:__anon3142::PPValue
194 Result.setRange(PeekTok.getLocation());
263 Result.setRange(PeekTok.getLocation());
317 Result.setRange(PeekTok.getLocation());
345 Result.setRange(Start, PeekTok.getLocation());
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h72 void setRange(const SourceRange &R) { Range = R; } function in class:clang::CXXScopeSpec
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp2873 Existing->setRange(Attr.getRange());
2890 Existing->setRange(Attr.getRange());
3139 f->setRange(Range);

Completed in 117 milliseconds