Home
last modified time | relevance | path

Searched defs:SourceRange (Results 1 – 16 of 16) 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/
H A DMicrosoftMangle.cpp2755 SourceRange) { in mangleType() argument
2768 Qualifiers, SourceRange) { in mangleType() argument
3119 SourceRange) { in mangleType() argument
3123 SourceRange) { in mangleType() argument
3162 SourceRange) { in mangleType() argument
3166 SourceRange) { in mangleType() argument
3170 Qualifiers, SourceRange) { in mangleType() argument
3174 Qualifiers, SourceRange) { in mangleType() argument
3219 Qualifiers, SourceRange) { in mangleType() argument
3451 SourceRange) { in mangleType() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp216 bool MIRParserImpl::error(const SMDiagnostic &Error, SMRange SourceRange) { in error()
1064 SMRange SourceRange) { in diagFromMIStringDiag()
1080 SMRange SourceRange) { in diagFromBlockStringDiag()
H A DMIParser.cpp395 SMRange SourceRange; member in __anoneabaa95b0111::MIParser
577 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.h2285 unsigned numTrailingObjects(OverloadToken<SourceRange>) const { in numTrailingObjects()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h182 SMRange SourceRange; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h164 SMRange &SourceRange) const { in parseMachineFunctionInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp715 PerFunctionMIParsingState &PFS, SMDiagnostic &Error, SMRange &SourceRange) { in initializeBaseYamlFields()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp79 SourceRange) { in handleLoopHintAttr() argument
H A DSemaChecking.cpp11020 IntRange SourceRange = in CheckImplicitConversion() local
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp145 Object SourceRange; in serializeSourceRange() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h188 : SourceRange(R), isPoint(isP) {} in SourceRange() function