Home
last modified time | relevance | path

Searched refs:ValuesT (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDCXXInheritance.h274 typedef SmallVector<UniqueVirtualMethod, 4> ValuesT; typedef
275 typedef llvm::MapVector<unsigned, ValuesT> MapType;
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprObjC.cpp884 QualType ValuesT = DictionaryWithObjectsMethod->param_begin()[0]->getType(); in BuildObjCDictionaryLiteral() local
885 QualType ValueT = ValuesT->castAs<PointerType>()->getPointeeType(); in BuildObjCDictionaryLiteral()