Searched defs:SourceRange (Results 1 – 9 of 9) 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 | 194 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/ |
D | MicrosoftMangle.cpp | 1069 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/ |
D | YAMLParser.h | 150 SMRange SourceRange; variable
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | PathDiagnostic.h | 119 : SourceRange(R), isPoint(isP) {} in SourceRange() function
|
/external/clang/bindings/python/clang/ |
D | cindex.py | 231 class SourceRange(Structure): class
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 1177 llvm::SmallVector<SourceRange, 10> &Ranges) : in DeclExtractor()
|
D | SemaChecking.cpp | 4713 IntRange SourceRange = GetExprRange(S.Context, E); in CheckImplicitConversion() local
|