Searched defs:SourceRange (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h36 struct SourceRange { struct in namespace:clang::ast_matchers::dynamic
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h207 class SourceRange { class in class:clang::SourceLocation
213 SourceRange(SourceLocation loc) : B(loc), E(loc) {} function in class:clang::SourceLocation::SourceRange
214 SourceRange(SourceLocation begin, SourceLocation end) : B(begin), E(end) {} function in class:clang::SourceLocation::SourceRange
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp195 bool MIRParserImpl::error(const SMDiagnostic &Error, SMRange SourceRange) { argument
891 diagFromMIStringDiag(const SMDiagnostic &Error, SMRange SourceRange) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h176 SMRange SourceRange; member in class:llvm::yaml::Node
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h36 SMRange SourceRange; member in struct:llvm::yaml::StringValue
102 SMRange SourceRange; member in struct:llvm::yaml::UnsignedValue
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp242 getNSNumberFactoryMethod(Sema &S, SourceLocation Loc, QualType NumberType, bool isLiteral = false, SourceRange R = SourceRange()) argument
[all...]
H A DSemaChecking.cpp11761 IntRange SourceRange = GetExprRange(S.Context, E, S.isConstantEvaluated()); local
11826 IntRange SourceRange = GetExprRange(S.Context, E, S.isConstantEvaluated()); local
[all...]

Completed in 277 milliseconds