Searched defs:Location (Results 76 - 100 of 112) sorted by relevance

12345

/external/v8/src/parsing/
H A Dscanner.h180 struct Location { struct in class:v8::internal::Scanner
181 Location(int b, int e) : beg_pos(b), end_pos(e) { } function in struct:v8::internal::Scanner::Location
182 Location() : beg_pos(0), end_pos(0) { } function in struct:v8::internal::Scanner::Location
188 static Location invalid() { return Location(-1, -1); }
210 Location location() const { return current_.location; }
215 Location error_location() const { return scanner_error_location_; }
223 Location invalid_template_escape_location() const {
230 invalid_template_escape_location_ = Location::invalid();
238 Location peek_locatio
[all...]
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs162 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.SourceCodeInfo), global::Google.Protobuf.Reflection.SourceCodeInfo.Parser, new[]{ "Location" }, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.SourceCodeInfo.Types.Location), global::Google.Protobuf.Reflection.SourceCodeInfo.Types.Location.Parser, new[]{ "Path", "Span", "LeadingComments", "TrailingComments", "LeadingDetachedComments" }, null, null, null)}),
4725 private static readonly pb::FieldCodec<global::Google.Protobuf.Reflection.SourceCodeInfo.Types.Location> _repeated_location_codec
4726 = pb::FieldCodec.ForMessage(10, global::Google.Protobuf.Reflection.SourceCodeInfo.Types.Location.Parser);
4727 private readonly pbc::RepeatedField<global::Google.Protobuf.Reflection.SourceCodeInfo.Types.Location> location_ = new pbc::RepeatedField<global::Google.Protobuf.Reflection.SourceCodeInfo.Types.Location>();
4729 /// A Location identifies a piece of source code in a .proto file which
4773 public pbc::RepeatedField<global::Google.Protobuf.Reflection.SourceCodeInfo.Types.Location> Location { property in class:Google.Protobuf.Reflection.SourceCodeInfo
4839 internal sealed partial class Location : pb::IMessage<Location> { class in class:Google.Protobuf.Reflection.SourceCodeInfo.Types
4851 public Location() { method in class:Google.Protobuf.Reflection.SourceCodeInfo.Types.Location
4857 public Location(Location other) : this() { method in class:Google.Protobuf.Reflection.SourceCodeInfo.Types.Location
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp285 SourceLocation Location; local
288 Location = A->getLocation();
297 Diags.Report(Location, diag::err_cyclic_alias) << IsIFunc;
300 Diags.Report(Location, diag::err_alias_to_undefined)
308 Diags.Report(Location, diag::err_ifunc_resolver_return);
310 Diags.Report(Location, diag::err_ifunc_resolver_params);
334 Diags.Report(Location, diag::warn_alias_to_weak_alias)
H A DCGExpr.cpp170 Address Location,
176 EmitComplexExprIntoLValue(E, MakeAddrLValue(Location, E->getType()),
181 EmitAggExpr(E, AggValueSlot::forAddr(Location, Quals,
190 LValue LV = MakeAddrLValue(Location, E->getType());
169 EmitAnyExprToMem(const Expr *E, Address Location, Qualifiers Quals, bool IsInit) argument
/external/clang/include/clang/AST/
H A DExpr.h1292 void setLocation(SourceLocation Location) { Loc = Location; } argument
1340 void setLocation(SourceLocation Location) { Loc = Location; } argument
4010 /// Location of the first index expression within the designated
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h159 unsigned Location : 2; /**< one of TGSI_INTERPOLATE_LOC_x */ member in struct:tgsi_declaration_interp
/external/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3057 SourceLocation Location = D->getLocation(); local
3059 if (Location.isFileID() && GenerateLineInfo) {
3061 PresumedLoc PLoc = SM->getPresumedLoc(Location);
3069 Location = D->getLocStart();
3076 Location = LSD->getExternLoc();
3079 InsertText(Location, LineString);
/external/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h942 MINIDUMP_LOCATION_DESCRIPTOR Location; member in struct:_MINIDUMP_DIRECTORY
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h3297 // @@protoc_insertion_point(class_scope:google.protobuf.SourceCodeInfo.Location)
3385 typedef SourceCodeInfo_Location Location; typedef in class:google::protobuf::SourceCodeInfo
3389 // repeated .google.protobuf.SourceCodeInfo.Location location = 1;
7206 // @@protoc_insertion_point(field_get:google.protobuf.SourceCodeInfo.Location.path)
7211 // @@protoc_insertion_point(field_set:google.protobuf.SourceCodeInfo.Location.path)
7215 // @@protoc_insertion_point(field_add:google.protobuf.SourceCodeInfo.Location.path)
7219 // @@protoc_insertion_point(field_list:google.protobuf.SourceCodeInfo.Location.path)
7224 // @@protoc_insertion_point(field_mutable_list:google.protobuf.SourceCodeInfo.Location.path)
7236 // @@protoc_insertion_point(field_get:google.protobuf.SourceCodeInfo.Location.span)
7241 // @@protoc_insertion_point(field_set:google.protobuf.SourceCodeInfo.Location
[all...]
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp4274 Sema::MarkBaseAndMemberDestructorsReferenced(SourceLocation Location, argument
4317 MarkFunctionReferenced(Location, Dtor);
4318 DiagnoseUseOfDecl(Dtor, Location);
4349 MarkFunctionReferenced(Location, Dtor);
4350 DiagnoseUseOfDecl(Dtor, Location);
4383 MarkFunctionReferenced(Location, Dtor);
4384 DiagnoseUseOfDecl(Dtor, Location);
13393 NewUses.push_back(VTableUse(VTables[I].Record, VTables[I].Location));
H A DTreeTransform.h181 TemporaryBase(TreeTransform &Self, SourceLocation Location, argument
186 if (Location.isValid())
187 Self.getDerived().setBase(Location, Entity);
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h6828 return strcmp(upb_msgdef_fullname(m), "google.protobuf.SourceCodeInfo.Location") == 0;
7276 class Location : public ::upb::reffed_ptr<const ::upb::MessageDef> { class in class:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource::upbdefs::google::protobuf::SourceCodeInfo
7278 Location(const ::upb::MessageDef* m, const void *ref_donor = NULL) function in class:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource::upbdefs::google::protobuf::SourceCodeInfo::Location
7283 static Location get() {
7285 return Location(m, &m);
/external/v8/src/
H A Dapi.cc9243 const debug::Location& start, const debug::Location& end,
9244 std::vector<debug::Location>* locations) const {
9287 locations->push_back(debug::Location(
9295 int debug::Script::GetSourcePosition(const debug::Location& location) const {
9373 debug::Location::Location(int line_number, int column_number) function in class:v8::debug::Location
9379 debug::Location::Location() function in class:v8::debug::Location
9383 int debug::Location
[all...]
/external/protobuf/php/ext/google/protobuf/
H A Dupb.h6501 /* google.protobuf.SourceCodeInfo.Location */
6628 const upb_msgdef *m = upb_symtab_lookupmsg(s, "google.protobuf.SourceCodeInfo.Location");
6981 namespace Location { namespace in namespace:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource::upbdefs::google::protobuf::SourceCodeInfo
6987 } /* namespace Location */
/external/annotation-tools/asmx/
H A Djanino.jarMETA-INF/ META-INF/MANIFEST.MF org/codehaus/janino/ org/codehaus/janino/samples/ org/codehaus/janino/ ...
/external/guice/lib/build/
H A Dspring-beans.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/beans/ org/springframework/beans/annotation/ ...
/external/annotation-tools/asmx/test/lib/
H A Djanino-2.3.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/codehaus/ org/codehaus/janino/ org/codehaus/janino/AntCompilerAdapter ...
H A Djd.xslt-1.5.5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sarvega/ javax/ javax/xml/ javax/xml/parsers/ javax/ ...
/external/guice/extensions/persist/lib/
H A Dxwork-2.0.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/opensymphony/ com/opensymphony/xwork2/ com/opensymphony/xwork2/config/ ...
/external/robolectric/v1/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1262 milliseconds

12345