Home
last modified time | relevance | path

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

12

/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h36 SMRange SourceRange; member
/llvm-project/clang/include/clang/Tooling/Refactoring/Extract/
H A DSourceExtraction.h18 class SourceRange; variable
/llvm-project/clang/include/clang/Basic/
H A DAttrSubjectMatchRules.h16 class SourceRange; variable
/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h36 struct SourceRange { struct
45 SourceRange Range; argument
/llvm-project/clang-tools-extra/clang-tidy/abseil/
H A DUpgradeDurationConversionsCheck.cpp148 CharSourceRange SourceRange = Lexer::makeFileCharRange( in check() local
/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
/llvm-project/clang/lib/AST/Interp/
H A DSource.h
/llvm-project/mlir/include/mlir/Query/Matcher/
H A DErrorBuilder.h30 struct SourceRange { struct
/llvm-project/clang/unittests/Tooling/
H A DRefactoringActionRulesTest.cpp64 ReplaceAWithB(std::pair<SourceRange, int> Selection) in TEST_F()
69 std::pair<SourceRange, int> Selection) { in TEST_F()
H A DASTSelectionTest.cpp87 [&](SourceRange, std::optional<SelectedASTNode> Selection) { in findSelectedASTNodes() argument
[all...]
/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.cpp76 auto ToCharRange = [this, &Loc](const CharSourceRange &SourceRange) { in emitDiagnosticMessage() argument
93 for (const CharSourceRange &SourceRange : ValidRanges) in emitDiagnosticMessage() local
100 for (const CharSourceRange &SourceRange : ValidRanges) in emitDiagnosticMessage() local
[all...]
H A DExpandModularHeadersPPCallbacks.cpp287 void ExpandModularHeadersPPCallbacks::If(SourceLocation Loc, SourceRange, in If() argument
291 void ExpandModularHeadersPPCallbacks::Elif(SourceLocation Loc, SourceRange, in Elif() argument
/llvm-project/clang/unittests/AST/
H A DSourceLocationTest.cpp486 TEST(CXXFunctionalCastExpr, SourceRange) { in TEST() argument
496 TEST(CXXConstructExpr, SourceRange) { in TEST() argument
506 TEST(CXXTemporaryObjectExpr,SourceRange) TEST() argument
515 TEST(CXXUnresolvedConstructExpr,SourceRange) TEST() argument
528 TEST(UsingDecl,SourceRange) TEST() argument
537 TEST(UnresolvedUsingValueDecl,SourceRange) TEST() argument
[all...]
/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp2754 mangleType(const FunctionProtoType * T,Qualifiers,SourceRange) mangleType() argument
2767 mangleType(const FunctionNoProtoType * T,Qualifiers,SourceRange) mangleType() argument
3118 mangleType(const EnumType * T,Qualifiers,SourceRange) mangleType() argument
3122 mangleType(const RecordType * T,Qualifiers,SourceRange) mangleType() argument
3161 mangleType(const ConstantArrayType * T,Qualifiers,SourceRange) mangleType() argument
3165 mangleType(const VariableArrayType * T,Qualifiers,SourceRange) mangleType() argument
3169 mangleType(const DependentSizedArrayType * T,Qualifiers,SourceRange) mangleType() argument
3173 mangleType(const IncompleteArrayType * T,Qualifiers,SourceRange) mangleType() argument
3218 mangleType(const ArrayParameterType * T,Qualifiers,SourceRange) mangleType() argument
3450 mangleType(const ObjCInterfaceType * T,Qualifiers,SourceRange) mangleType() argument
3510 mangleType(const InjectedClassNameType *,Qualifiers,SourceRange) mangleType() argument
[all...]
/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp216 error(const SMDiagnostic & Error,SMRange SourceRange) error() argument
1064 diagFromMIStringDiag(const SMDiagnostic & Error,SMRange SourceRange) diagFromMIStringDiag() argument
1080 diagFromBlockStringDiag(const SMDiagnostic & Error,SMRange SourceRange) diagFromBlockStringDiag() argument
[all...]
H A DMIParser.cpp395 SMRange SourceRange; global() member in __anon4b70c34e0111::MIParser
577 MIParser(PerFunctionMIParsingState & PFS,SMDiagnostic & Error,StringRef Source,SMRange SourceRange) MIParser() argument
/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h55 unsigned numTrailingObjects(OverloadToken<SourceRange>) const { in numTrailingObjects()
H A DExprCXX.h2285 numTrailingObjects(OverloadToken<SourceRange>) numTrailingObjects() argument
[all...]
/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h182 SMRange SourceRange; variable
/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h164 parseMachineFunctionInfo(const yaml::MachineFunctionInfo &,PerFunctionMIParsingState & PFS,SMDiagnostic & Error,SMRange & SourceRange) parseMachineFunctionInfo() argument
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp717 initializeBaseYamlFields(const yaml::SIMachineFunctionInfo & YamlMFI,const MachineFunction & MF,PerFunctionMIParsingState & PFS,SMDiagnostic & Error,SMRange & SourceRange) initializeBaseYamlFields() argument
/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp78 handleLoopHintAttr(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange) handleLoopHintAttr() argument
[all...]
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DRenamerClangTidyCheck.cpp202 SourceRange /*Range*/, in MacroExpands() argument
[all...]
/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp145 Object SourceRange; serializeSourceRange() local
/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h188 : SourceRange(R), isPoint(isP) {} in SourceRange() function

12