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

/freebsd-10.2-release/contrib/llvm/include/llvm/Support/
H A DYAMLParser.h135 void setSourceRange(SMRange SR) { SourceRange = SR; } function in class:llvm::yaml::Node
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h164 void setSourceRange(SourceRange SR) { function in class:clang::comments::Comment
H A DExprCXX.h595 void setSourceRange(SourceRange R) { Range = R; } function in class:clang::CXXTypeidExpr
732 void setSourceRange(SourceRange R) { Range = R; } function in class:clang::CXXUuidofExpr

Completed in 126 milliseconds