Home | History | Annotate | Download | only in traffic_annotation_extractor

Lines Matching refs:stringLiteral

243     const clang::StringLiteral* unique_id =
244 result.Nodes.getNodeAs<clang::StringLiteral>("unique_id");
245 const clang::StringLiteral* annotation_text =
246 result.Nodes.getNodeAs<clang::StringLiteral>("annotation_text");
247 const clang::StringLiteral* group_id =
248 result.Nodes.getNodeAs<clang::StringLiteral>("group_id");
249 const clang::StringLiteral* completing_id =
250 result.Nodes.getNodeAs<clang::StringLiteral>("completing_id");
309 hasArgument(0, stringLiteral().bind("unique_id")),
310 hasArgument(1, stringLiteral().bind("annotation_text")),
318 hasArgument(0, stringLiteral().bind("unique_id")),
319 hasArgument(1, stringLiteral().bind("completing_id")),
320 hasArgument(2, stringLiteral().bind("annotation_text")),
328 hasArgument(0, stringLiteral().bind("unique_id")),
329 hasArgument(2, stringLiteral().bind("annotation_text")),
337 hasArgument(0, stringLiteral().bind("unique_id")),
338 hasArgument(1, stringLiteral().bind("group_id")),
339 hasArgument(3, stringLiteral().bind("annotation_text")),