Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp393 typedef std::vector<std::string> TypeVector; typedef in ObjCRuntimeMethodType
395 TypeVector m_type_vector;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2050 typedef SmallVector<ParsedType, 12> TypeVector; typedef
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp3227 TypeVector Types; in ParseGenericSelectionExpression()