Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h37 struct SourceRange { struct
46 SourceRange Range; argument
/minix3/external/bsd/llvm/dist/clang/unittests/AST/
H A DSourceLocationTest.cpp204 TEST(CXXFunctionalCastExpr, SourceRange) { in TEST() argument
214 TEST(CXXConstructExpr, SourceRange) { in TEST() argument
224 TEST(CXXTemporaryObjectExpr, SourceRange) { in TEST() argument
233 TEST(CXXUnresolvedConstructExpr, SourceRange) { in TEST() argument
246 TEST(UsingDecl, SourceRange) { in TEST() argument
255 TEST(UnresolvedUsingValueDecl, SourceRange) { in TEST() argument
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DSourceLocation.h196 SourceRange(): B(SourceLocation()), E(SourceLocation()) {} in SourceRange() function
197 SourceRange(SourceLocation loc) : B(loc), E(loc) {} in SourceRange() function
198 SourceRange(SourceLocation begin, SourceLocation end) : B(begin), E(end) {} in SourceRange() function
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp1529 SourceRange) { in mangleType() argument
1542 SourceRange) { in mangleType() argument
1737 void MicrosoftCXXNameMangler::mangleType(const EnumType *T, SourceRange) { in mangleType() argument
1740 void MicrosoftCXXNameMangler::mangleType(const RecordType *T, SourceRange) { in mangleType() argument
1776 SourceRange) { in mangleType() argument
1780 SourceRange) { in mangleType() argument
1784 SourceRange) { in mangleType() argument
1788 SourceRange) { in mangleType() argument
1966 SourceRange) { in mangleType() argument
1988 SourceRange) { in mangleType() argument
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaStmtAttr.cpp47 SourceRange) { in handleLoopHintAttr() argument
H A DSemaChecking.cpp6499 IntRange SourceRange = GetExprRange(S.Context, E); in CheckImplicitConversion() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DYAMLParser.h158 SMRange SourceRange; variable
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h122 : SourceRange(R), isPoint(isP) {} in SourceRange() function
/minix3/external/bsd/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py231 class SourceRange(Structure): class