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

  /external/clang/include/clang/AST/
ASTContext.h 150 /// TypeInfoMap - A cache from types to size and alignment information.
152 std::pair<uint64_t, unsigned> > TypeInfoMap;
153 mutable TypeInfoMap MemoizedTypeInfo;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 820 TypeInfoMap::iterator it = MemoizedTypeInfo.find(T);
    [all...]

Completed in 30 milliseconds