HomeSort by relevance Sort by last modified time
    Searched refs:Cls (Results 1 - 23 of 23) 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 59 class Cls {
63 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 test12::T6 &' has internal linkage but is not defined}}
296 void test(Cls &c) {
  /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);
771 void clang::index::generateUSRForObjCClass(StringRef Cls, raw_ostream &OS) {
772 OS << "objc(cs)" << Cls;
775 void clang::index::generateUSRForObjCCategory(StringRef Cls, StringRef Cat,
777 OS << "objc(cy)" << Cls << '@' << Cat;
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 664 void addClassMethSummary(const char* Cls, const char* name,
666 IdentifierInfo* ClsII = &Ctx.Idents.get(Cls);
672 void addInstMethSummary(const char* Cls, const char* nullaryName,
674 IdentifierInfo* ClsII = &Ctx.Idents.get(Cls);
685 void addInstMethSummary(const char* Cls, const RetainSummary * Summ, ...) {
688 addMethodSummary(&Ctx.Idents.get(Cls), ObjCMethodSummaries, Summ, argp);
692 void addClsMethSummary(const char* Cls, const RetainSummary * Summ, ...) {
695 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 = nullptr;
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 119 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface();
120 if (!Cls)
123 IdentifierInfo* ClsName = Cls->getIdentifier();
    [all...]
SemaType.cpp     [all...]
  /external/chromium_org/v8/src/arm64/
macro-assembler-arm64-inl.h 400 void MacroAssembler::Cls(const Register& rd, const Register& rn) {
403 cls(rd, rn);
    [all...]
macro-assembler-arm64.h 278 inline void Cls(const Register& rd, const Register& rn);
    [all...]
full-codegen-arm64.cc     [all...]
lithium-codegen-arm64.cc     [all...]
  /external/vixl/src/a64/
macro-assembler-a64.h 451 void Cls(const Register& rd, const Register& rn) {
455 cls(rd, rn);
    [all...]
  /external/chromium_org/v8/test/cctest/
test-assembler-arm64.cc     [all...]
  /external/vixl/test/
test-assembler-a64.cc     [all...]

Completed in 1252 milliseconds