Home
last modified time | relevance | path

Searched refs:TypeVector (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp409 typedef std::vector<std::string> TypeVector; typedef in ObjCRuntimeMethodType
411 TypeVector m_type_vector;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1863 typedef SmallVector<ParsedType, 12> TypeVector; typedef
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp2713 TypeVector Types; in ParseGenericSelectionExpression()