Searched defs:Range (Results 1 - 25 of 89) sorted by relevance

1234

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAttr.cpp27 handleFallThroughAttr(Sema &S, Stmt *St, const AttributeList &A, SourceRange Range) argument
48 ProcessStmtAttribute(Sema &S, Stmt *St, const AttributeList &A, SourceRange Range) argument
67 ProcessStmtAttributes(Stmt *S, AttributeList *AttrList, SourceRange Range) argument
H A DTargetAttributesSema.cpp152 DLLImportAttr *Sema::mergeDLLImportAttr(Decl *D, SourceRange Range, argument
208 DLLExportAttr *Sema::mergeDLLExportAttr(Decl *D, SourceRange Range, argument
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Rewrite/Core/
H A DHTMLRewrite.h40 inline void HighlightRange(Rewriter &R, SourceRange Range, argument
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugRanges.h24 typedef RangeList::Entry Range; typedef in class:DWARFDebugRanges
H A DDWARFDebugAranges.h26 typedef RangeToDIE::Entry Range; typedef in class:DWARFDebugAranges
/freebsd-10.3-release/contrib/llvm/include/llvm/Support/
H A DUnicodeCharRanges.h31 inline bool operator<(uint32_t Value, UnicodeCharRange Range) { argument
34 inline bool operator<(UnicodeCharRange Range, uint32_t Value) { argument
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DRange.h18 class Range class in namespace:lldb_utility
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DBlock.h48 typedef RangeList::Entry Range; typedef in class:lldb_private::Block
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Utility/
H A DRange.cpp14 Range::Range (const Range& rng) : function in class:Range
21 Range::Range (Range::ValueType low, function in class:Range
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Tooling/
H A DRefactoring.h36 class Range { class in namespace:clang::tooling
38 Range() : Offset(0), Length(0) {} function in class:clang::tooling::Range
39 Range(unsigned Offset, unsigned Length) : Offset(Offset), Length(Length) {} function in class:clang::tooling::Range
235 const CharSourceRange Range = local
[all...]
/freebsd-10.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugAranges.h39 struct Range { struct in class:llvm::DWARFDebugAranges
40 explicit Range(uint64_t LowPC = -1ULL, uint64_t HighPC = -1ULL, function in struct:llvm::DWARFDebugAranges::Range
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DAttr.h44 SourceRange Range; member in class:clang::Attr
H A DRawCommentList.h126 SourceRange Range; member in class:clang::RawComment
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Format/
H A DWhitespaceManager.cpp252 void WhitespaceManager::storeReplacement(const SourceRange &Range, argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPExpressions.cpp35 SourceRange Range; member in class:__anon3317::PPValue
H A DPPMacroExpansion.cpp676 DB << *Range; local
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp221 uint64_t Range = cast<ConstantInt>(Leaf.High)->getSExtValue() - local
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h47 SourceRange Range; member in struct:clang::ast_matchers::dynamic::ParserValue
145 SourceRange Range; member in struct:clang::ast_matchers::dynamic::Diagnostics::ContextFrame
153 SourceRange Range; member in struct:clang::ast_matchers::dynamic::Diagnostics::ErrorContent::Message
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp43 SourceRange Range; member in struct:__anon3100::CaseInfo
51 CaseInfo(SwitchCase *S, SourceRange Range) argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp67 Diagnostics::ArgStream Diagnostics::addError(const SourceRange &Range, argument
151 static void maybeAddLineAndColumn(const SourceRange &Range, argument
16 pushContextFrame(ContextType Type, SourceRange Range) argument
[all...]
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp605 Range = RegRefs.equal_range(AntiDepReg); local
/freebsd-10.3-release/contrib/llvm/include/llvm/IR/
H A DMDBuilder.h90 Value *Range[2] = { ConstantInt::get(Ty, Lo), ConstantInt::get(Ty, Hi) }; local
/freebsd-10.3-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp324 int64_t Range; local
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Tooling/
H A DRefactoring.cpp43 Replacement::Replacement(SourceManager &Sources, const CharSourceRange &Range, argument
124 static int getRangeSize(SourceManager &Sources, const CharSourceRange &Range) { argument
136 setFromSourceRange(SourceManager &Sources, const CharSourceRange &Range, StringRef ReplacementText) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp302 void SDiagsWriter::AddCharSourceRangeToRecord(CharSourceRange Range, argument

Completed in 466 milliseconds

1234