Searched defs:CArgs (Results 1 – 6 of 6) sorted by relevance
288 struct CArgs struct294 __gshared CArgs _cArgs; argument
137 struct CArgs struct139 int argc; /// The argument count.140 char** argv; /// The arguments as a C array of strings.
234 struct CArgs struct240 __gshared CArgs _cArgs; argument
284 static Error serialize(ChannelT &C, CArgT &&CArg, CArgTs &&...CArgs) { in serialize()296 static Error deserialize(ChannelT &C, CArgT &CArg, CArgTs &...CArgs) { in deserialize()
541 static Error serializeArgs(ChannelT &C, const CArgTs... CArgs) { in serializeArgs()
748 std::vector<const char *> CArgs; in clang_codeCompleteAt_Impl() local