Home
last modified time | relevance | path

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

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