HomeSort by relevance Sort by last modified time
    Searched defs:Using (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaCXX/
cxx11-user-defined-literals.cpp 3 using size_t = decltype(sizeof(int));
63 using namespace N;
69 namespace Using {
75 using M::operator "" _using;
89 using Inner::operator"" _ambig2;
94 using Inner::operator"" _ambig2;
98 using AmbiguousRawTemplate::operator"" _ambig2;
  /external/clang/lib/Sema/
TreeTransform.h 40 using namespace sema;
62 /// or the parts of an AST node using the various transformation functions,
314 /// Subclasses may override this function to transform statements using some
325 /// using some other mechanism.
334 /// Subclasses may override this function to transform expressions using some
490 /// in the input set using \c TransformTemplateArgument(), and appends
514 /// in the input set using \c TransformTemplateArgument(), and appends
    [all...]

Completed in 71 milliseconds