Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCXXInheritance.h275 typedef SmallVector<UniqueVirtualMethod, 4> ValuesT; typedef
276 typedef llvm::MapVector<unsigned, ValuesT> MapType;
/external/clang/lib/Sema/
DSemaExprObjC.cpp885 QualType ValuesT = DictionaryWithObjectsMethod->parameters()[0]->getType(); in BuildObjCDictionaryLiteral() local
886 QualType ValueT = ValuesT->castAs<PointerType>()->getPointeeType(); in BuildObjCDictionaryLiteral()