HomeSort by relevance Sort by last modified time
    Searched refs:LoadedLoc (Results 1 - 2 of 2) sorted by null

  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 213 CXLoadedDiagnostic::Location &LoadedLoc);
276 CXLoadedDiagnostic::Location &LoadedLoc) {
279 LoadedLoc.file = nullptr;
281 LoadedLoc.file = const_cast<FileEntry *>(TopDiags->Files[FileID]);
282 if (!LoadedLoc.file)
285 LoadedLoc.line = SDLoc.Line;
286 LoadedLoc.column = SDLoc.Col;
287 LoadedLoc.offset = SDLoc.Offset;
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 84 void RemoveAccessedObjects(const MemoryLocation &LoadedLoc,
903 MemoryLocation LoadedLoc;
    [all...]

Completed in 184 milliseconds