HomeSort by relevance Sort by last modified time
    Searched refs:Cls (Results 1 - 25 of 25) 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/include/clang/Index/
USRGeneration.h 32 void generateUSRForObjCClass(StringRef Cls, raw_ostream &OS);
35 void generateUSRForObjCCategory(StringRef Cls, StringRef Cat, raw_ostream &OS);
  /external/clang/test/SemaTemplate/
instantiation-backtrace.cpp 42 // expected-note {{substitution failure [with T1 = PR13365::Cls, T2 = int &]}}
44 struct Cls {
48 Deduce(&Cls::method); // expected-error {{no matching function}} \
49 // expected-note {{substituting deduced template arguments into function template 'Deduce' [with T1 = PR13365::Cls, T2 = int &]}}
  /external/clang/test/CodeGenCXX/
debug-info.cpp 87 class Cls {
91 Cls obj;
  /external/clang/test/SemaCXX/
undefined-internal.cpp 287 struct Cls {
290 void g(int); // expected-warning {{function 'test12::(anonymous namespace)::Cls::g' has internal linkage but is not defined}}
295 operator T4(); // expected-warning {{function 'test12::(anonymous namespace)::Cls::operator T4' has internal linkage but is not defined}}
296 operator T5(); // expected-warning {{function 'test12::(anonymous namespace)::Cls::operator T5' has internal linkage but is not defined}}
297 operator T6&(); // expected-warning {{function 'test12::(anonymous namespace)::Cls::operator test12::T6 &' has internal linkage but is not defined}}
305 void test(Cls &c) {
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 690 void addClassMethSummary(const char* Cls, const char* name,
692 IdentifierInfo* ClsII = &Ctx.Idents.get(Cls);
698 void addInstMethSummary(const char* Cls, const char* nullaryName,
700 IdentifierInfo* ClsII = &Ctx.Idents.get(Cls);
711 void addInstMethSummary(const char* Cls, const RetainSummary * Summ, ...) {
714 addMethodSummary(&Ctx.Idents.get(Cls), ObjCMethodSummaries, Summ, argp);
718 void addClsMethSummary(const char* Cls, const RetainSummary * Summ, ...) {
721 addMethodSummary(&Ctx.Idents.get(Cls),ObjCClassMethodSummaries, Summ, argp);
    [all...]
LocalizationChecker.cpp 742 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface();
743 if (!Cls)
746 IdentifierInfo *ClsName = Cls->getIdentifier();
    [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 126 void GenObjCClass(StringRef cls) {
127 generateUSRForObjCClass(cls, Out);
130 void GenObjCCategory(StringRef cls, StringRef cat) {
131 generateUSRForObjCCategory(cls, cat, Out);
819 void clang::index::generateUSRForObjCClass(StringRef Cls, raw_ostream &OS) {
820 OS << "objc(cs)" << Cls;
823 void clang::index::generateUSRForObjCCategory(StringRef Cls, StringRef Cat,
825 OS << "objc(cy)" << Cls << '@' << Cat;
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 450 IdentifierInfo *Cls = nullptr;
451 if (!checkForLiteralCreation(Msg, Cls, NS.getASTContext().getLangOpts()))
454 if (Cls != NS.getNSClassId(NSAPI::ClassId_NSArray))
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
ASTContext.h     [all...]
  /external/vixl/test/
test-disasm-a64.cc 530 COMPARE(cls(w18, w19), "cls w18, w19");
531 COMPARE(cls(x20, x21), "cls x20, x21");
    [all...]
test-assembler-a64.cc     [all...]
  /external/v8/src/arm64/
macro-assembler-arm64-inl.h 431 void MacroAssembler::Cls(const Register& rd, const Register& rn) {
434 cls(rd, rn);
    [all...]
macro-assembler-arm64.h 368 inline void Cls(const Register& rd, const Register& rn);
    [all...]
  /external/vixl/src/vixl/a64/
macro-assembler-a64.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 144 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface();
145 if (!Cls)
148 IdentifierInfo* ClsName = Cls->getIdentifier();
    [all...]
SemaType.cpp     [all...]
  /external/v8/test/cctest/
test-assembler-arm64.cc     [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc     [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc     [all...]

Completed in 1088 milliseconds