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

  /external/clang/test/Index/
cxx-operator-overload.cpp 3 class Cls {
5 Cls operator +(const Cls &RHS);
9 Cls x1, x2, x3;
10 Cls x4 = x1 + x2 + x3;
13 Cls Cls::operator +(const Cls &RHS) { while (1) {} }
  /external/clang/test/SemaTemplate/
instantiation-backtrace.cpp 42 // expected-note {{substituting deduced template arguments into function template 'Deduce' [with T1 = PR13365::Cls, T2 = int &]}} \
43 // expected-note {{substitution failure [with T1 = PR13365::Cls, T2 = int &]}}
45 struct Cls {
49 Deduce(&Cls::method); // expected-error {{no matching function}}
  /external/clang/test/CodeGenCXX/
debug-info.cpp 64 class Cls {
68 Cls obj;
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 142 milliseconds