Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/
H A DNodeIntrospection.cpp62 std::pair<SourceRange, SharedLocationCall> const &LHS, in operator ()()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h36 SMRange SourceRange; member
/llvm-project-15.0.7/clang/include/clang/Tooling/Refactoring/Extract/
H A DSourceExtraction.h18 class SourceRange; variable
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h36 struct SourceRange { struct
45 SourceRange Range; argument
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/abseil/
H A DUpgradeDurationConversionsCheck.cpp150 CharSourceRange SourceRange = Lexer::makeFileCharRange( in check() local
/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DRefactoringActionRulesTest.cpp63 ReplaceAWithB(std::pair<SourceRange, int> Selection) in TEST_F()
68 std::pair<SourceRange, int> Selection) { in TEST_F()
H A DASTSelectionTest.cpp84 [&](SourceRange, Optional<SelectedASTNode> Selection) { in findSelectedASTNodes() argument
/llvm-project-15.0.7/clang/unittests/AST/
H A DSourceLocationTest.cpp441 TEST(CXXFunctionalCastExpr, SourceRange) { in TEST() argument
451 TEST(CXXConstructExpr, SourceRange) { in TEST() argument
461 TEST(CXXTemporaryObjectExpr, SourceRange) { in TEST() argument
470 TEST(CXXUnresolvedConstructExpr, SourceRange) { in TEST() argument
483 TEST(UsingDecl, SourceRange) { in TEST() argument
492 TEST(UnresolvedUsingValueDecl, SourceRange) { in TEST() argument
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.cpp75 auto ToCharRange = [this, &Loc](const CharSourceRange &SourceRange) { in emitDiagnosticMessage()
92 for (const CharSourceRange &SourceRange : ValidRanges) in emitDiagnosticMessage() local
99 for (const CharSourceRange &SourceRange : ValidRanges) in emitDiagnosticMessage() local
H A DExpandModularHeadersPPCallbacks.cpp284 void ExpandModularHeadersPPCallbacks::If(SourceLocation Loc, SourceRange, in If() argument
288 void ExpandModularHeadersPPCallbacks::Elif(SourceLocation Loc, SourceRange, in Elif() argument
/llvm-project-15.0.7/clang/lib/AST/
H A DMicrosoftMangle.cpp2519 SourceRange) { in mangleType() argument
2532 Qualifiers, SourceRange) { in mangleType() argument
2842 SourceRange) { in mangleType() argument
2846 SourceRange) { in mangleType() argument
2885 SourceRange) { in mangleType() argument
2889 SourceRange) { in mangleType() argument
2893 Qualifiers, SourceRange) { in mangleType() argument
2897 Qualifiers, SourceRange) { in mangleType() argument
3162 SourceRange) { in mangleType() argument
3222 Qualifiers, SourceRange) { in mangleType() argument
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp204 bool MIRParserImpl::error(const SMDiagnostic &Error, SMRange SourceRange) { in error()
991 SMRange SourceRange) { in diagFromMIStringDiag()
1007 SMRange SourceRange) { in diagFromBlockStringDiag()
H A DMIParser.cpp395 SMRange SourceRange; member in __anon2336dc8b0111::MIParser
571 StringRef Source, SMRange SourceRange) in MIParser()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DYAMLParser.h181 SMRange SourceRange; variable
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmtAttr.cpp72 SourceRange) { in handleLoopHintAttr() argument
H A DSemaChecking.cpp13827 IntRange SourceRange = GetExprRange(S.Context, E, S.isConstantEvaluated(), in CheckImplicitConversion() local
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetMachine.h157 SMRange &SourceRange) const { in parseMachineFunctionInfo()
/llvm-project-15.0.7/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp129 Object SourceRange; in serializeSourceRange() local
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp629 PerFunctionMIParsingState &PFS, SMDiagnostic &Error, SMRange &SourceRange) { in initializeBaseYamlFields()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DRenamerClangTidyCheck.cpp89 SourceRange /*Range*/, in MacroExpands() argument
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DPathDiagnostic.h188 : SourceRange(R), isPoint(isP) {} in SourceRange() function
/llvm-project-15.0.7/clang/bindings/python/clang/
H A Dcindex.py303 class SourceRange(Structure): class