HomeSort by relevance Sort by last modified time
    Searched defs:Locations (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/DebugInfo/
DWARFDebugLoc.h 32 /// A list of locations that contain one variable.
37 /// All the locations in which the variable is stored.
44 /// the locations in which the variable is stored.
45 LocationLists Locations;
  /external/llvm/include/llvm/Analysis/
LibCallSemantics.h 22 /// LibCallLocationInfo - This struct describes a set of memory locations that
33 /// Locations can also be defined in a constant-sensitive way. For example,
58 /// potentially against a set of abstract locations defined by the optimizer.
109 /// locations. For example, if this libcall is known to only modify
130 mutable const LibCallLocationInfo *Locations;
133 LibCallInfo() : Impl(0), Locations(0), NumLocations(0) {}
153 /// getLocationInfo - Return descriptors for the locations referenced by
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 221 SmallVector<SourceLocation, 4> Locations;
237 Locations.push_back(Unexpanded[I].second);
250 for (unsigned I = 0, N = Locations.size(); I != N; ++I)
251 DB << SourceRange(Locations[I]);
    [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/include/clang/Sema/
Initialization.h 458 /// \brief The source locations involved in the initialization.
459 SourceLocation Locations[3];
465 Locations[0] = Loc1;
466 Locations[1] = Loc2;
467 Locations[2] = Loc3;
564 SourceLocation getLocation() const { return Locations[0]; }
568 return SourceRange(Locations[0], Locations[2]);
575 return Locations[1];
590 /// \brief Retrieve the source range containing the locations of the ope
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]

Completed in 225 milliseconds