Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DNodeIntrospection.cpp62 std::pair<SourceRange, SharedLocationCall> const &LHS, in operator ()()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h36 struct SourceRange { struct
45 SourceRange Range; argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h36 SMRange SourceRange; member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/Extract/
H A DSourceExtraction.h18 class SourceRange; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp199 bool MIRParserImpl::error(const SMDiagnostic &Error, SMRange SourceRange) { in error()
924 SMRange SourceRange) { in diagFromMIStringDiag()
940 SMRange SourceRange) { in diagFromBlockStringDiag()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp2482 SourceRange) { in mangleType() argument
2495 Qualifiers, SourceRange) { in mangleType() argument
2802 SourceRange) { in mangleType() argument
2806 SourceRange) { in mangleType() argument
2845 SourceRange) { in mangleType() argument
2849 SourceRange) { in mangleType() argument
2853 Qualifiers, SourceRange) { in mangleType() argument
2857 Qualifiers, SourceRange) { in mangleType() argument
3122 SourceRange) { in mangleType() argument
3182 Qualifiers, SourceRange) { in mangleType() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAttr.cpp72 SourceRange) { in handleLoopHintAttr() argument
H A DSemaChecking.cpp12494 IntRange SourceRange = GetExprRange(S.Context, E, S.isConstantEvaluated(), in CheckImplicitConversion() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DYAMLParser.h182 SMRange SourceRange; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp580 PerFunctionMIParsingState &PFS, SMDiagnostic &Error, SMRange &SourceRange) { in initializeBaseYamlFields()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetMachine.h154 SMRange &SourceRange) const { in parseMachineFunctionInfo()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprOpenMP.h179 unsigned numTrailingObjects(OverloadToken<SourceRange>) const { in numTrailingObjects()
H A DExprCXX.h2186 unsigned numTrailingObjects(OverloadToken<SourceRange>) const { in numTrailingObjects()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DPathDiagnostic.h189 : SourceRange(R), isPoint(isP) {} in SourceRange() function
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py303 class SourceRange(Structure): class