Home
last modified time | relevance | path

Searched defs:SourceRange (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSPropertySourceData.h44 struct SourceRange { struct
55 …(const String& name, const String& value, bool important, bool parsedOk, const SourceRange& range); argument
DCSSPropertySourceData.cpp45 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/
DSourceLocation.h188 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/
DPathDiagnostic.h73 : SourceRange(R), isPoint(isP) {} in SourceRange() function
/external/clang/bindings/python/clang/
Dcindex.py142 class SourceRange(Structure): class
/external/clang/lib/Sema/
DSemaChecking.cpp3168 IntRange SourceRange = GetExprRange(S.Context, E); in CheckImplicitConversion() local