Home
last modified time | relevance | path

Searched defs:SourceRange (Results 1 – 9 of 9) 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.h194 SourceRange(): B(SourceLocation()), E(SourceLocation()) {} in SourceRange() function
195 SourceRange(SourceLocation loc) : B(loc), E(loc) {} in SourceRange() function
196 SourceRange(SourceLocation begin, SourceLocation end) : B(begin), E(end) {} in SourceRange() function
/external/clang/lib/AST/
DMicrosoftMangle.cpp1069 SourceRange) { in mangleType() argument
1077 SourceRange) { in mangleType() argument
1274 void MicrosoftCXXNameMangler::mangleType(const EnumType *T, SourceRange) { in mangleType() argument
1277 void MicrosoftCXXNameMangler::mangleType(const RecordType *T, SourceRange) { in mangleType() argument
1321 SourceRange) { in mangleType() argument
1325 SourceRange) { in mangleType() argument
1329 SourceRange) { in mangleType() argument
1333 SourceRange) { in mangleType() argument
1497 SourceRange) { in mangleType() argument
/external/llvm/include/llvm/Support/
DYAMLParser.h150 SMRange SourceRange; variable
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h119 : SourceRange(R), isPoint(isP) {} in SourceRange() function
/external/clang/bindings/python/clang/
Dcindex.py231 class SourceRange(Structure): class
/external/clang/lib/Sema/
DSemaStmt.cpp1177 llvm::SmallVector<SourceRange, 10> &Ranges) : in DeclExtractor()
DSemaChecking.cpp4713 IntRange SourceRange = GetExprRange(S.Context, E); in CheckImplicitConversion() local