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

/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DYAMLParser.h152 SMRange SourceRange; member in class:llvm::yaml::Node
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h192 class SourceRange { class in namespace:clang
196 SourceRange(): B(SourceLocation()), E(SourceLocation()) {} function in class:clang::SourceRange
197 SourceRange(SourceLocation loc) : B(loc), E(loc) {} function in class:clang::SourceRange
198 SourceRange(SourceLocation begin, SourceLocation end) : B(begin), E(end) {} function in class:clang::SourceRange
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp169 getNSNumberFactoryMethod(Sema &S, SourceLocation Loc, QualType NumberType, bool isLiteral = false, SourceRange R = SourceRange()) argument
[all...]

Completed in 61 milliseconds