Searched defs:SourceRange (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/css/ |
D | CSSPropertySourceData.h | 44 struct SourceRange { struct 55 …(const String& name, const String& value, bool important, bool parsedOk, const SourceRange& range); argument
|
D | CSSPropertySourceData.cpp | 45 SourceRange::SourceRange() in SourceRange() function in WebCore::SourceRange 51 SourceRange::SourceRange(unsigned start, unsigned end) in SourceRange() function in WebCore::SourceRange
|
/external/clang/include/clang/Basic/ |
D | SourceLocation.h | 188 SourceRange(): B(SourceLocation()), E(SourceLocation()) {} in SourceRange() function 189 SourceRange(SourceLocation loc) : B(loc), E(loc) {} in SourceRange() function 190 SourceRange(SourceLocation begin, SourceLocation end) : B(begin), E(end) {} in SourceRange() function
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | PathDiagnostic.h | 73 : SourceRange(R), isPoint(isP) {} in SourceRange() function
|
/external/clang/bindings/python/clang/ |
D | cindex.py | 142 class SourceRange(Structure): class
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 3168 IntRange SourceRange = GetExprRange(S.Context, E); in CheckImplicitConversion() local
|