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

/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DComment.h177 void setSourceRange(SourceRange SR) { function in class:clang::comments::Comment
555 setSourceRange(SourceRange(Content.front()->getBeginLoc(),
668 setSourceRange(SourceRange(getBeginLoc(), NewLocEnd));
684 setSourceRange(SourceRange(getBeginLoc(), NewLocEnd));
1088 setSourceRange(
H A DExprObjC.h1436 void setSourceRange(SourceRange R) {
H A DExprCXX.h900 void setSourceRange(SourceRange R) { Range = R; } function in class:clang::CXXTypeidExpr
1113 void setSourceRange(SourceRange R) { Range = R; } function in class:clang::CXXUuidofExpr
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DYAMLParser.h166 void setSourceRange(SMRange SR) { SourceRange = SR; } function in class:llvm::yaml::Node
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp1811 E->setSourceRange(readSourceRange());
2255 E->setSourceRange(readSourceRange());

Completed in 148 milliseconds