HomeSort by relevance Sort by last modified time
    Searched defs:Using (Results 1 - 3 of 3) 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/chromium/testing/gmock/scripts/generator/cpp/
ast.py 203 class Using(Node):
682 # Using a deque should be even better since we access from both sides.
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h 41 using namespace sema;
63 /// or the parts of an AST node using the various transformation functions,
311 /// Subclasses may override this function to transform statements using some
322 /// using some other mechanism.
331 /// Subclasses may override this function to transform expressions using some
487 /// in the input set using \c TransformTemplateArgument(), and appends
511 /// in the input set using \c TransformTemplateArgument(), and appends
    [all...]

Completed in 146 milliseconds