Searched defs:RetTypes (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h353 static void build(std::vector<ast_type_traits::ASTNodeKind> &RetTypes) { argument
360 static void build(std::vector<ast_type_traits::ASTNodeKind> &RetTypes) { argument
367 static void build(std::vector<ast_type_traits::ASTNodeKind> &RetTypes) { argument
339 buildReturnTypeVectorFromTypeList( std::vector<ast_type_traits::ASTNodeKind> &RetTypes) argument
348 buildReturnTypeVectorFromTypeList( std::vector<ast_type_traits::ASTNodeKind> &RetTypes) argument
730 std::vector<ast_type_traits::ASTNodeKind> RetTypes; local
741 std::vector<ast_type_traits::ASTNodeKind> RetTypes; local
754 std::vector<ast_type_traits::ASTNodeKind> RetTypes; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp776 std::vector<Type*> RetTypes; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.cpp656 ListInit *RetTypes = R->getValueAsListInit("RetTypes"); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp789 SmallVector<QualType, 1> RetTypes; local
687 GetQualTypesForOpenCLBuiltin( ASTContext &Context, const OpenCLBuiltinStruct &OpenCLBuiltin, unsigned &GenTypeMaxCnt, SmallVector<QualType, 1> &RetTypes, SmallVector<SmallVector<QualType, 1>, 5> &ArgTypes) argument
716 GetOpenCLBuiltinFctOverloads( ASTContext &Context, unsigned GenTypeMaxCnt, std::vector<QualType> &FunctionList, SmallVector<QualType, 1> &RetTypes, SmallVector<SmallVector<QualType, 1>, 5> &ArgTypes) argument
[all...]

Completed in 121 milliseconds