HomeSort by: relevance | last modified time | path
    Searched defs:wrapped_using_decl (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 31894 tree wrapped_using_decl = maybe_wrap_with_location (using_decl, loc);
31895 ASSERT_TRUE (location_wrapper_p (wrapped_using_decl));
31896 ASSERT_TRUE (type_dependent_expression_p (wrapped_using_decl));
31892 tree wrapped_using_decl = maybe_wrap_with_location (using_decl, loc); local

Completed in 41 milliseconds