Searched defs:setSourceRange (Results 1 - 3 of 3) sorted by relevance

/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/include/clang/AST/
H A DComment.h177 void setSourceRange(SourceRange SR) { function in class:clang::comments::Comment
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

Completed in 101 milliseconds