Searched refs:setSourceRange (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h177 void setSourceRange(SourceRange SR) { function in class:clang::comments::Comment
565 setSourceRange(SourceRange(Content.front()->getBeginLoc(),
687 setSourceRange(SourceRange(getBeginLoc(), NewLocEnd));
703 setSourceRange(SourceRange(getBeginLoc(), NewLocEnd));
1104 setSourceRange(
H A DExprObjC.h1447 void setSourceRange(SourceRange R) {
H A DExprCXX.h834 void setSourceRange(SourceRange R) { Range = R; } function in class:clang::CXXTypeidExpr
1062 void setSourceRange(SourceRange R) { Range = R; } function in class:clang::CXXUuidofExpr
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h160 void setSourceRange(SMRange SR) { SourceRange = SR; } function in class:llvm::yaml::Node
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1688 E->setSourceRange(readSourceRange());
2079 E->setSourceRange(readSourceRange());

Completed in 113 milliseconds