HomeSort by relevance Sort by last modified time
    Searched refs:Cls (Results 1 - 12 of 12) 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/tools/libclang/
IndexBody.cpp 72 if (TypeSourceInfo *Cls = E->getClassReceiverTypeInfo())
73 IndexCtx.indexTypeSourceInfo(Cls, Parent, ParentDC);
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 672 void addClassMethSummary(const char* Cls, const char* name,
674 IdentifierInfo* ClsII = &Ctx.Idents.get(Cls);
680 void addInstMethSummary(const char* Cls, const char* nullaryName,
682 IdentifierInfo* ClsII = &Ctx.Idents.get(Cls);
702 void addInstMethSummary(const char* Cls, const RetainSummary * Summ, ...) {
705 addMethodSummary(&Ctx.Idents.get(Cls), ObjCMethodSummaries, Summ, argp);
709 void addClsMethSummary(const char* Cls, const RetainSummary * Summ, ...) {
712 addMethodSummary(&Ctx.Idents.get(Cls),ObjCClassMethodSummaries, Summ, argp);
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
ASTContext.h 723 QualType getMemberPointerType(QualType T, const Type *Cls) const;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 170 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface();
171 if (!Cls)
174 IdentifierInfo* ClsName = Cls->getIdentifier();
    [all...]
SemaType.cpp     [all...]

Completed in 425 milliseconds