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

1234

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Rewrite/Core/
H A DHTMLRewrite.h40 inline void HighlightRange(Rewriter &R, SourceRange Range, argument
/freebsd-10.0-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.cpp154 DLLImportAttr *Sema::mergeDLLImportAttr(Decl *D, SourceRange Range, argument
200 DLLExportAttr *Sema::mergeDLLExportAttr(Decl *D, SourceRange Range, argument
/freebsd-10.0-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.0-release/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DRange.h18 class Range class in namespace:lldb_utility
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Tooling/
H A DRefactoring.h156 const CharSourceRange Range = local
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DBlock.h47 typedef RangeList::Entry Range; typedef in class:lldb_private::Block
/freebsd-10.0-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.0-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugAranges.h23 struct Range { struct in class:llvm::DWARFDebugAranges
24 explicit Range(uint64_t lo = -1ULL, uint64_t hi = -1ULL, function in struct:llvm::DWARFDebugAranges::Range
H A DDWARFDebugAranges.cpp42 DWARFDebugAranges::Range Range; local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.cpp33 uint32_t Range = 0; local
81 uint32_t Range = 0; local
105 uint32_t Range = 0; local
[all...]
H A DARMMachObjectWriter.cpp325 int64_t Range; local
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DAttr.h43 SourceRange Range; member in class:clang::Attr
H A DRawCommentList.h129 SourceRange Range; member in class:clang::RawComment
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DMDBuilder.h90 Value *Range[2] = { ConstantInt::get(Ty, Lo), ConstantInt::get(Ty, Hi) }; local
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp605 Range = RegRefs.equal_range(AntiDepReg); local
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp209 uint64_t Range = cast<ConstantInt>(Leaf.High)->getSExtValue() - local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp43 SourceRange Range; member in struct:__anon2938::CaseInfo
51 CaseInfo(SwitchCase *S, SourceRange Range) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPExpressions.cpp35 SourceRange Range; member in class:__anon3142::PPValue
H A DPreprocessingRecord.cpp49 PreprocessingRecord::getPreprocessedEntitiesInRange(SourceRange Range) { argument
25 InclusionDirective(PreprocessingRecord &PPRec, InclusionKind Kind, StringRef FileName, bool InQuotes, bool ImportedModule, const FileEntry *File, SourceRange Range) argument
129 getPreprocessedEntitiesInRangeSlow(SourceRange Range) argument
195 SourceRange Range = PPE->getSourceRange(); local
408 MacroExpands(const Token &Id,const MacroDirective *MD, SourceRange Range, const MacroArgs *Args) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Tooling/
H A DRefactoring.cpp41 Replacement::Replacement(SourceManager &Sources, const CharSourceRange &Range, argument
105 static int getRangeSize(SourceManager &Sources, const CharSourceRange &Range) { argument
117 setFromSourceRange(SourceManager &Sources, const CharSourceRange &Range, StringRef ReplacementText) argument
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_ppmd7_private.h76 UInt32 Range; member in struct:__anon1549
88 UInt32 Range; member in struct:__anon1550
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPPCallbacks.h233 virtual void SourceRangeSkipped(SourceRange Range) { argument
401 virtual void SourceRangeSkipped(SourceRange Range) { argument
209 MacroExpands(const Token &MacroNameTok, const MacroDirective *MD, SourceRange Range, const MacroArgs *Args) argument
379 MacroExpands(const Token &MacroNameTok, const MacroDirective *MD, SourceRange Range, const MacroArgs *Args) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp530 HighlightRange(Rewriter& R, FileID BugFileID, SourceRange Range, const char *HighlightStart, const char *HighlightEnd) argument

Completed in 132 milliseconds

1234