HomeSort by: relevance | last modified time | path
    Searched refs:MethodVFTableLocations (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
VTableBuilder.cpp 2443 MethodVFTableLocationsTy MethodVFTableLocations;
2548 assert(MethodVFTableLocations.empty());
2561 MethodVFTableLocations[GlobalDecl(DD, Dtor_Deleting)] = Loc;
2563 MethodVFTableLocations[MD] = Loc;
2598 return method_locations_range(MethodVFTableLocations.begin(),
2599 MethodVFTableLocations.end());
3644 MethodVFTableLocations.insert(NewMethodLocations.begin(),
3787 MethodVFTableLocationsTy::iterator I = MethodVFTableLocations.find(GD);
3788 if (I != MethodVFTableLocations.end())
3795 I = MethodVFTableLocations.find(GD)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
VTableBuilder.h 552 MethodVFTableLocationsTy MethodVFTableLocations;

Completed in 102 milliseconds