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

  /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 216 SmallVector<SourceLocation, 4> Locations;
232 Locations.push_back(Unexpanded[I].second);
245 for (unsigned I = 0, N = Locations.size(); I != N; ++I)
246 DB << SourceRange(Locations[I]);
SemaExprCXX.cpp     [all...]
  /external/clang/include/clang/Sema/
Initialization.h 408 /// \brief The source locations involved in the initialization.
409 SourceLocation Locations[3];
415 Locations[0] = Loc1;
416 Locations[1] = Loc2;
417 Locations[2] = Loc3;
514 SourceLocation getLocation() const { return Locations[0]; }
518 return SourceRange(Locations[0], Locations[2]);
525 return Locations[1];
540 /// \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 190 milliseconds