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 279 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
282 ThunksMapTy Thunks;
297 ThunksMapTy::const_iterator I = Thunks.find(MD);
  /external/clang/lib/AST/
VTableBuilder.cpp 874 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
    [all...]

Completed in 63 milliseconds