Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Tooling/
H A DNodeIntrospection.cpp62 std::pair<SourceRange, SharedLocationCall> const &LHS, in operator ()()
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h36 struct SourceRange { struct
45 SourceRange Range; argument
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h36 SMRange SourceRange; member
/openbsd/gnu/llvm/clang/include/clang/Tooling/Refactoring/Extract/
H A DSourceExtraction.h18 class SourceRange; variable
/openbsd/gnu/llvm/clang/lib/AST/
H A DMicrosoftMangle.cpp2526 SourceRange) { in mangleType() argument
2539 Qualifiers, SourceRange) { in mangleType() argument
2849 SourceRange) { in mangleType() argument
2853 SourceRange) { in mangleType() argument
2892 SourceRange) { in mangleType() argument
2896 SourceRange) { in mangleType() argument
2900 Qualifiers, SourceRange) { in mangleType() argument
2904 Qualifiers, SourceRange) { in mangleType() argument
3173 SourceRange) { in mangleType() argument
3233 Qualifiers, SourceRange) { in mangleType() argument
/openbsd/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp204 bool MIRParserImpl::error(const SMDiagnostic &Error, SMRange SourceRange) { in error()
1005 SMRange SourceRange) { in diagFromMIStringDiag()
1021 SMRange SourceRange) { in diagFromBlockStringDiag()
H A DMIParser.cpp394 SMRange SourceRange; member in __anon5a2006a80111::MIParser
575 StringRef Source, SMRange SourceRange) in MIParser()
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DYAMLParser.h182 SMRange SourceRange; variable
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaStmtAttr.cpp73 SourceRange) { in handleLoopHintAttr() argument
H A DSemaChecking.cpp14159 IntRange SourceRange = GetExprRange(S.Context, E, S.isConstantEvaluated(), in CheckImplicitConversion() local
/openbsd/gnu/llvm/llvm/include/llvm/Target/
H A DTargetMachine.h165 SMRange &SourceRange) const { in parseMachineFunctionInfo()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExprOpenMP.h179 unsigned numTrailingObjects(OverloadToken<SourceRange>) const { in numTrailingObjects()
H A DExprCXX.h2244 unsigned numTrailingObjects(OverloadToken<SourceRange>) const { in numTrailingObjects()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp658 PerFunctionMIParsingState &PFS, SMDiagnostic &Error, SMRange &SourceRange) { in initializeBaseYamlFields()
/openbsd/gnu/llvm/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp138 Object SourceRange; in serializeSourceRange() local
/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DPathDiagnostic.h188 : SourceRange(R), isPoint(isP) {} in SourceRange() function
/openbsd/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py303 class SourceRange(Structure): class