Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h36 struct SourceRange { struct
45 SourceRange Range; argument
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h36 SMRange SourceRange; member
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp109 void PPConditionalDirectiveRecord::Elifdef(SourceLocation Loc, SourceRange, in Elifdef() argument
120 void PPConditionalDirectiveRecord::Elifndef(SourceLocation Loc, SourceRange, in Elifndef() argument
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Extract/
H A DSourceExtraction.h18 class SourceRange; variable
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DSource.h25 class SourceRange; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h475 using SourceRange = Range<uint32_t, uint32_t>; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp2851 SourceRange) { in mangleType() argument
2864 Qualifiers, SourceRange) { in mangleType() argument
3250 SourceRange) { in mangleType() argument
3254 SourceRange) { in mangleType() argument
3293 SourceRange) { in mangleType() argument
3297 SourceRange) { in mangleType() argument
3301 Qualifiers, SourceRange) { in mangleType() argument
3305 Qualifiers, SourceRange) { in mangleType() argument
3347 Qualifiers, SourceRange) { in mangleType() argument
3575 SourceRange) { in mangleType() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp223 bool MIRParserImpl::error(const SMDiagnostic &Error, SMRange SourceRange) { in error()
1173 SMRange SourceRange) { in diagFromMIStringDiag()
1189 SMRange SourceRange) { in diagFromBlockStringDiag()
H A DMIParser.cpp403 SMRange SourceRange; member in __anoneabaa95b0111::MIParser
585 StringRef Source, SMRange SourceRange) in MIParser()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h55 unsigned numTrailingObjects(OverloadToken<SourceRange>) const { in numTrailingObjects()
H A DExprCXX.h2380 unsigned numTrailingObjects(OverloadToken<SourceRange>) const { in numTrailingObjects()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h184 SMRange SourceRange; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h192 SMRange &SourceRange) const { in parseMachineFunctionInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp752 PerFunctionMIParsingState &PFS, SMDiagnostic &Error, SMRange &SourceRange) { in initializeBaseYamlFields()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp75 SourceRange) { in handleLoopHintAttr() argument
H A DSemaChecking.cpp12385 std::optional<IntRange> SourceRange = in CheckImplicitConversion() local
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp147 Object SourceRange; in serializeSourceRange() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h188 : SourceRange(R), isPoint(isP) {} in SourceRange() function