HomeSort by relevance Sort by last modified time
    Searched refs:Cls (Results 1 - 15 of 15) 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/CodeGenCXX/
debug-info.cpp 64 class Cls {
68 Cls obj;
  /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/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/tools/libclang/
IndexBody.cpp 71 if (TypeSourceInfo *Cls = E->getClassReceiverTypeInfo())
72 IndexCtx.indexTypeSourceInfo(Cls, Parent, ParentDC);
  /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/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 675 void addClassMethSummary(const char* Cls, const char* name,
677 IdentifierInfo* ClsII = &Ctx.Idents.get(Cls);
683 void addInstMethSummary(const char* Cls, const char* nullaryName,
685 IdentifierInfo* ClsII = &Ctx.Idents.get(Cls);
705 void addInstMethSummary(const char* Cls, const RetainSummary * Summ, ...) {
708 addMethodSummary(&Ctx.Idents.get(Cls), ObjCMethodSummaries, Summ, argp);
712 void addClsMethSummary(const char* Cls, const RetainSummary * Summ, ...) {
715 addMethodSummary(&Ctx.Idents.get(Cls),ObjCClassMethodSummaries, Summ, argp);
    [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 180 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface();
181 if (!Cls)
184 IdentifierInfo* ClsName = Cls->getIdentifier();
    [all...]
SemaType.cpp     [all...]

Completed in 395 milliseconds