Searched defs:getLocation (Results 1 - 25 of 88) sorted by relevance

1234

/external/mockito/src/org/mockito/exceptions/
H A DPrintableInvocation.java20 Location getLocation(); method in interface:PrintableInvocation
/external/mockito/src/org/mockito/invocation/
H A DDescribedInvocation.java28 Location getLocation(); method in interface:DescribedInvocation
H A DInvocation.java37 Location getLocation(); method in interface:Invocation
/external/mockito/src/org/mockito/internal/debugging/
H A DLocalized.java24 public Location getLocation() { method in class:Localized
/external/clang/include/clang/Sema/
H A DWeak.h35 inline SourceLocation getLocation() const { return loc; } function in class:clang::WeakInfo
39 return alias == RHS.getAlias() && loc == RHS.getLocation();
H A DTemplateDeduction.h54 SourceLocation getLocation() const { function in class:clang::sema::TemplateDeductionInfo
H A DParsedTemplate.h88 SourceLocation getLocation() const { return Loc; } function in class:clang::ParsedTemplateArgument
/external/clang/tools/libclang/
H A DCXStoredDiagnostic.cpp42 CXSourceLocation CXStoredDiagnostic::getLocation() const { function in class:CXStoredDiagnostic
43 if (Diag.getLocation().isInvalid())
46 return translateSourceLocation(Diag.getLocation().getManager(),
47 LangOpts, Diag.getLocation());
82 if (Diag.getLocation().isInvalid())
89 assert(Diag.getLocation().isValid());
90 return translateSourceRange(Diag.getLocation().getManager(),
96 if (Diag.getLocation().isInvalid())
108 *ReplacementRange = translateSourceRange(Diag.getLocation().getManager(),
H A DCXLoadedDiagnostic.cpp91 CXSourceLocation CXLoadedDiagnostic::getLocation() const { function in class:CXLoadedDiagnostic
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
H A DShaderVariable.java71 public int getLocation(){ method in class:ShaderVariable
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DDataEntryUrnBox.java43 public String getLocation() { method in class:DataEntryUrnBox
67 return "DataEntryUrlBox[name=" + getName() + ";location=" + getLocation() + "]";
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOMErrorImpl.java136 public DOMLocator getLocation() { method in class:DOMErrorImpl
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
H A DListener.java73 public Vector3f getLocation() { method in class:Listener
/external/mockito/src/org/mockito/internal/invocation/
H A DInvocationMatcher.java116 public Location getLocation() { method in class:InvocationMatcher
117 return invocation.getLocation();
H A DInvocationImpl.java96 public Location getLocation() { method in class:InvocationImpl
/external/mockito/src/org/mockito/internal/matchers/
H A DLocalizedMatcher.java37 public Location getLocation() { method in class:LocalizedMatcher
/external/clang/include/clang/AST/
H A DAttr.h88 SourceLocation getLocation() const { return Range.getBegin(); } function in class:clang::Attr
/external/clang/unittests/Tooling/
H A DRewriterTestContext.h88 SourceLocation getLocation(FileID ID, unsigned Line, unsigned Column) { function in class:clang::RewriterTestContext
/external/clang/unittests/AST/
H A DMatchVerifier.h116 /// by overriding getLocation().
127 SourceLocation Loc = getLocation(Node);
141 virtual SourceLocation getLocation(const NodeType &Node) { function in class:clang::ast_matchers::LocationVerifier
142 return Node.getLocation();
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
H A DTextureAtlas.java635 public Vector2f getLocation(Vector2f previousLocation) { method in class:TextureAtlas.TextureAtlasTile
663 Vector2f location = getLocation(tex);
/external/clang/include/clang/Lex/
H A DMacroInfo.h331 SourceLocation getLocation() const { return Loc; } function
H A DToken.h110 SourceLocation getLocation() const { return Loc; } function in class:clang::Token
132 return isAnnotation() ? getAnnotationEndLoc() : getLocation();
138 return SourceRange(getLocation(), getAnnotationEndLoc());
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
H A DVehicleWheel.java140 public Vector3f getLocation() { method in class:VehicleWheel
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
H A DVehicleWheel.java135 public Vector3f getLocation() { method in class:VehicleWheel
/external/llvm/lib/Analysis/
H A DAliasAnalysis.cpp226 AliasAnalysis::Location AliasAnalysis::getLocation(const LoadInst *LI) { function in class:AliasAnalysis
232 AliasAnalysis::Location AliasAnalysis::getLocation(const StoreInst *SI) { function in class:AliasAnalysis
238 AliasAnalysis::Location AliasAnalysis::getLocation(const VAArgInst *VI) { function in class:AliasAnalysis
245 AliasAnalysis::getLocation(const AtomicCmpXchgInst *CXI) { function in class:AliasAnalysis
252 AliasAnalysis::getLocation(const AtomicRMWInst *RMWI) { function in class:AliasAnalysis
294 if (!alias(getLocation(L), Loc))
309 if (!alias(getLocation(S), Loc))
325 if (!alias(getLocation(V), Loc))
344 if (!alias(getLocation(CX), Loc))
357 if (!alias(getLocation(RM
[all...]

Completed in 374 milliseconds

1234