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

  /external/clang/include/clang/AST/
VTableBuilder.h 296 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
299 ThunksMapTy Thunks;
328 ThunksMapTy::const_iterator I = Thunks.find(MD);
  /external/clang/lib/AST/
VTableBuilder.cpp 872 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
    [all...]

Completed in 172 milliseconds