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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h38 struct SourceRange { struct in namespace:clang::ast_matchers::dynamic
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DYAMLParser.h161 SMRange SourceRange; member in class:llvm::yaml::Node
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h192 class SourceRange { class in class:clang::SourceLocation
196 SourceRange(): B(SourceLocation()), E(SourceLocation()) {} function in class:clang::SourceLocation::SourceRange
197 SourceRange(SourceLocation loc) : B(loc), E(loc) {} function in class:clang::SourceLocation::SourceRange
198 SourceRange(SourceLocation begin, SourceLocation end) : B(begin), E(end) {} function in class:clang::SourceLocation::SourceRange
[all...]
/freebsd-10.1-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 71 milliseconds