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

Completed in 895 milliseconds