HomeSort by relevance Sort by last modified time
    Searched refs:Cls (Results 1 - 14 of 14) 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/test/SemaCXX/
undefined-internal.cpp 278 struct Cls {
281 void g(int); // expected-warning {{function 'test12::<anonymous namespace>::Cls::g' has internal linkage but is not defined}}
286 operator T4(); // expected-warning {{function 'test12::<anonymous namespace>::Cls::operator T4' has internal linkage but is not defined}}
287 operator T5(); // expected-warning {{function 'test12::<anonymous namespace>::Cls::operator T5' has internal linkage but is not defined}}
288 operator T6&(); // expected-warning {{function 'test12::<anonymous namespace>::Cls::operator class test12::T6 &' has internal linkage but is not defined}}
296 void test(Cls &c) {
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 677 void addClassMethSummary(const char* Cls, const char* name,
679 IdentifierInfo* ClsII = &Ctx.Idents.get(Cls);
685 void addInstMethSummary(const char* Cls, const char* nullaryName,
687 IdentifierInfo* ClsII = &Ctx.Idents.get(Cls);
707 void addInstMethSummary(const char* Cls, const RetainSummary * Summ, ...) {
710 addMethodSummary(&Ctx.Idents.get(Cls), ObjCMethodSummaries, Summ, argp);
714 void addClsMethSummary(const char* Cls, const RetainSummary * Summ, ...) {
717 addMethodSummary(&Ctx.Idents.get(Cls),ObjCClassMethodSummaries, Summ, argp);
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 450 IdentifierInfo *Cls = 0;
451 if (!checkForLiteralCreation(Msg, Cls, NS.getASTContext().getLangOpts()))
454 if (Cls != NS.getNSClassId(NSAPI::ClassId_NSArray))
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 181 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface();
182 if (!Cls)
185 IdentifierInfo* ClsName = Cls->getIdentifier();
    [all...]
SemaType.cpp     [all...]

Completed in 173 milliseconds