Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/
DNodeIntrospection.cpp62 std::pair<SourceRange, SharedLocationCall> const &LHS, in operator ()()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
DDiagnostics.h36 struct SourceRange { struct
45 SourceRange Range; argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DPPConditionalDirectiveRecord.cpp109 void PPConditionalDirectiveRecord::Elifdef(SourceLocation Loc, SourceRange, in Elifdef() argument
120 void PPConditionalDirectiveRecord::Elifndef(SourceLocation Loc, SourceRange, in Elifndef() argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMIRYamlMapping.h36 SMRange SourceRange; member
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Extract/
DSourceExtraction.h18 class SourceRange; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp206 bool MIRParserImpl::error(const SMDiagnostic &Error, SMRange SourceRange) { in error()
957 SMRange SourceRange) { in diagFromMIStringDiag()
973 SMRange SourceRange) { in diagFromBlockStringDiag()
DMIParser.cpp398 SMRange SourceRange; member in __anon562f97730111::MIParser
574 StringRef Source, SMRange SourceRange) in MIParser()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DMicrosoftMangle.cpp2482 SourceRange) { in mangleType() argument
2495 Qualifiers, SourceRange) { in mangleType() argument
2805 SourceRange) { in mangleType() argument
2809 SourceRange) { in mangleType() argument
2848 SourceRange) { in mangleType() argument
2852 SourceRange) { in mangleType() argument
2856 Qualifiers, SourceRange) { in mangleType() argument
2860 Qualifiers, SourceRange) { in mangleType() argument
3125 SourceRange) { in mangleType() argument
3185 Qualifiers, SourceRange) { in mangleType() argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaStmtAttr.cpp72 SourceRange) { in handleLoopHintAttr() argument
DSemaChecking.cpp12765 IntRange SourceRange = GetExprRange(S.Context, E, S.isConstantEvaluated(), in CheckImplicitConversion() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DYAMLParser.h182 SMRange SourceRange; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.cpp602 PerFunctionMIParsingState &PFS, SMDiagnostic &Error, SMRange &SourceRange) { in initializeBaseYamlFields()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/
DTargetMachine.h154 SMRange &SourceRange) const { in parseMachineFunctionInfo()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DExprOpenMP.h179 unsigned numTrailingObjects(OverloadToken<SourceRange>) const { in numTrailingObjects()
DExprCXX.h2186 unsigned numTrailingObjects(OverloadToken<SourceRange>) const { in numTrailingObjects()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h189 : SourceRange(R), isPoint(isP) {} in SourceRange() function