/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MIRYamlMapping.h | 36 SMRange SourceRange; member
|
/llvm-project/clang/include/clang/Tooling/Refactoring/Extract/ |
H A D | SourceExtraction.h | 18 class SourceRange; variable
|
/llvm-project/clang/include/clang/Basic/ |
H A D | AttrSubjectMatchRules.h | 16 class SourceRange; variable
|
/llvm-project/clang/include/clang/ASTMatchers/Dynamic/ |
H A D | Diagnostics.h | 36 struct SourceRange { struct 45 SourceRange Range; argument
|
/llvm-project/clang-tools-extra/clang-tidy/abseil/ |
H A D | UpgradeDurationConversionsCheck.cpp | 148 CharSourceRange SourceRange = Lexer::makeFileCharRange( in check() local
|
/llvm-project/clang/lib/Lex/ |
H A D | PPConditionalDirectiveRecord.cpp | 109 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 D | Source.h |
|
/llvm-project/mlir/include/mlir/Query/Matcher/ |
H A D | ErrorBuilder.h | 30 struct SourceRange { struct
|
/llvm-project/clang/unittests/Tooling/ |
H A D | RefactoringActionRulesTest.cpp | 64 ReplaceAWithB(std::pair<SourceRange, int> Selection) in TEST_F() 69 std::pair<SourceRange, int> Selection) { in TEST_F()
|
H A D | ASTSelectionTest.cpp | 87 [&](SourceRange, std::optional<SelectedASTNode> Selection) { in findSelectedASTNodes() argument [all...] |
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | ClangTidyDiagnosticConsumer.cpp | 76 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 D | ExpandModularHeadersPPCallbacks.cpp | 287 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 D | SourceLocationTest.cpp | 486 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 D | MicrosoftMangle.cpp | 2754 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 D | MIRParser.cpp | 216 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 D | MIParser.cpp | 395 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 D | ExprOpenMP.h | 55 unsigned numTrailingObjects(OverloadToken<SourceRange>) const { in numTrailingObjects()
|
H A D | ExprCXX.h | 2285 numTrailingObjects(OverloadToken<SourceRange>) numTrailingObjects() argument [all...] |
/llvm-project/llvm/include/llvm/Support/ |
H A D | YAMLParser.h | 182 SMRange SourceRange; variable
|
/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetMachine.h | 164 parseMachineFunctionInfo(const yaml::MachineFunctionInfo &,PerFunctionMIParsingState & PFS,SMDiagnostic & Error,SMRange & SourceRange) parseMachineFunctionInfo() argument
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineFunctionInfo.cpp | 717 initializeBaseYamlFields(const yaml::SIMachineFunctionInfo & YamlMFI,const MachineFunction & MF,PerFunctionMIParsingState & PFS,SMDiagnostic & Error,SMRange & SourceRange) initializeBaseYamlFields() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmtAttr.cpp | 78 handleLoopHintAttr(Sema & S,Stmt * St,const ParsedAttr & A,SourceRange) handleLoopHintAttr() argument [all...] |
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | RenamerClangTidyCheck.cpp | 202 SourceRange /*Range*/, in MacroExpands() argument [all...] |
/llvm-project/clang/lib/ExtractAPI/Serialization/ |
H A D | SymbolGraphSerializer.cpp | 145 Object SourceRange; serializeSourceRange() local
|
/llvm-project/clang/include/clang/Analysis/ |
H A D | PathDiagnostic.h | 188 : SourceRange(R), isPoint(isP) {} in SourceRange() function
|