Home
last modified time | relevance | path

Searched defs:getRange (Results 1 – 24 of 24) sorted by relevance

/external/lldb/test/lang/objc/objc-struct-return/
Dtest.m5 -(NSRange)getRange; method
10 {
/external/clang/tools/libclang/
DCXStoredDiagnostic.cpp90 CXSourceRange CXStoredDiagnostic::getRange(unsigned int Range) const { in getRange() function in CXStoredDiagnostic
DCXLoadedDiagnostic.cpp133 CXSourceRange CXLoadedDiagnostic::getRange(unsigned Range) const { in getRange() function in CXLoadedDiagnostic
DCIndexDiagnostic.cpp75 CXSourceRange getRange(unsigned Range) const override { in getRange() function in __anonfea142010111::CXDiagnosticCustomNoteImpl
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUSerializedSet.java101 public final boolean getRange(int rangeIndex, int[] range) { in getRange() method in USerializedSet
/external/clang/unittests/AST/
DSourceLocationTest.cpp63 SourceRange getRange(const LabelStmt &Node) override { in getRange() function in clang::ast_matchers::LabelDeclRangeVerifier
114 SourceRange getRange(const MemberExpr &Node) override { in getRange() function in clang::ast_matchers::MemberExprArrowLocVerifier
204 SourceRange getRange(const TypeLoc &Node) override { in getRange() function in clang::ast_matchers::TemplateAngleBracketLocRangeVerifier
229 SourceRange getRange(const TypeLoc &Node) override { in getRange() function in clang::ast_matchers::UnaryTransformTypeLocParensRangeVerifier
DMatchVerifier.h232 virtual SourceRange getRange(const NodeType &Node) { in getRange() function
/external/llvm/unittests/Support/
DSourceMgrTest.cpp36 SMRange getRange(unsigned Offset, unsigned Length) { in getRange() function in __anonfec35e310111::SourceMgrTest
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
DMidpointDisplacementHeightMap.java258 public float getRange() { in getRange() method in MidpointDisplacementHeightMap
/external/clang/include/clang/AST/
DAttr.h93 SourceRange getRange() const { return Range; } in getRange() function
DStmt.h1612 CharSourceRange getRange() const { in getRange() function
/external/v8/tools/profviz/
Dprofviz.js251 function getRange() { function
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRBufferedTokenStream.m116 {
/external/parameter-framework/parameter/
DFixedPointParameterType.cpp271 void CFixedPointParameterType::getRange(double& dMin, double& dMax) const in getRange() function in CFixedPointParameterType
/external/llvm/include/llvm/Support/
DSourceMgr.h219 SMRange getRange() const { return Range; } in getRange() function
/external/clang/lib/Lex/
DPPExpressions.cpp45 const SourceRange &getRange() const { return Range; } in getRange() function in __anon852094170111::PPValue
/external/clang/lib/Parse/
DRAIIObjectsForParser.h405 SourceRange getRange() const { return SourceRange(LOpen, LClose); } in getRange() function
/external/deqp/modules/gles31/functional/
Des31fShaderHelperInvocationTests.cpp154 static Vec2 getRange (const glw::Functions& gl, deUint32 pname) in getRange() function
/external/clang/include/clang/Sema/
DInitialization.h584 SourceRange getRange() const { in getRange() function
DAttributeList.h331 SourceRange getRange() const { return AttrRange; } in getRange() function
DDeclSpec.h72 const SourceRange &getRange() const { return Range; } in getRange() function
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp102 static LVILatticeVal getRange(ConstantRange CR) { in getRange() function in __anon515c798e0111::LVILatticeVal
DScalarEvolution.cpp3849 ScalarEvolution::getRange(const SCEV *S, in getRange() function in ScalarEvolution
/external/clang/include/clang/Basic/
DDiagnostic.h1211 const CharSourceRange &getRange(unsigned Idx) const { in getRange() function