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

Completed in 263 milliseconds