HomeSort by relevance Sort by last modified time
    Searched refs:createRef (Results 1 - 19 of 19) sorted by null

  /external/clang/tools/libclang/
CXString.h 42 CXString createRef(const char *String);
54 CXString createRef(StringRef String);
63 // In this case, call \c createRef(String.c_str()).
66 CXString createRef(std::string String) LLVM_DELETED_FUNCTION;
CXStoredDiagnostic.cpp 53 return cxstring::createRef(Diag.getMessage());
67 *Disable = cxstring::createRef("-ferror-limit=0");
68 return cxstring::createRef("-ferror-limit=");
80 return cxstring::createRef(DiagnosticIDs::getCategoryNameFromID(catID));
CXComment.cpp 136 return cxstring::createRef(TC->getText());
145 return cxstring::createRef(ICC->getCommandName(Traits));
184 return cxstring::createRef(ICC->getArgText(ArgIdx));
192 return cxstring::createRef(HTC->getTagName());
216 return cxstring::createRef(HST->getAttr(AttrIdx).Name);
224 return cxstring::createRef(HST->getAttr(AttrIdx).Value);
233 return cxstring::createRef(BCC->getCommandName(Traits));
250 return cxstring::createRef(BCC->getArgText(ArgIdx));
266 return cxstring::createRef(PCC->getParamNameAsWritten());
317 return cxstring::createRef(TPCC->getParamNameAsWritten())
    [all...]
CIndex.cpp     [all...]
CXCompilationDatabase.cpp 111 return cxstring::createRef(cmd->Directory.c_str());
134 return cxstring::createRef(Cmd->CommandLine[Arg].c_str());
157 return cxstring::createRef(Cmd->MappedSources[I].first.c_str());
171 return cxstring::createRef(Cmd->MappedSources[I].second.c_str());
CXString.cpp 59 CXString createRef(const char *String) {
82 CXString createRef(StringRef String) {
CIndexCodeCompletion.cpp 140 return cxstring::createRef((*CCStr)[chunk_number].Text);
215 return CCStr ? cxstring::createRef(CCStr->getAnnotation(annotation_number))
229 return cxstring::createRef(CCStr->getParentContextName());
239 return cxstring::createRef(CCStr->getBriefComment());
    [all...]
CIndexDiagnostic.cpp 64 return cxstring::createRef(Message.c_str());
416 return cxstring::createRef(DiagnosticIDs::getCategoryNameFromID(Category));
CXLoadedDiagnostic.cpp 106 return cxstring::createRef(Spelling);
145 return cxstring::createRef(FixIts[FixIt].second);
CXSourceLocation.cpp 302 if (filename) *filename = cxstring::createRef(PreLoc.getFilename());
CXType.cpp 489 return cxstring::createRef(s);
856 return cxstring::createRef("?");
867 else return cxstring::createRef("?");
  /frameworks/rs/
rsElement.h 103 static ObjectBaseRef<const Element> createRef(Context *rsc,
108 static ObjectBaseRef<const Element> createRef(Context *rsc, size_t count,
119 ObjectBaseRef<const Element> elem = createRef(rsc, dt, dk, isNorm, vecSize);
128 ObjectBaseRef<const Element> elem = createRef(rsc, count, ein, nin, lengths, asin);
rsProgramVertex.cpp 168 ObjectBaseRef<const Element> matrixElem = Element::createRef(rsc, RS_TYPE_MATRIX_4X4,
170 ObjectBaseRef<const Element> f2Elem = Element::createRef(rsc, RS_TYPE_FLOAT_32,
172 ObjectBaseRef<const Element> f3Elem = Element::createRef(rsc, RS_TYPE_FLOAT_32,
174 ObjectBaseRef<const Element> f4Elem = Element::createRef(rsc, RS_TYPE_FLOAT_32,
rsProgramFragment.cpp 106 ObjectBaseRef<const Element> colorElem = Element::createRef(rsc, RS_TYPE_FLOAT_32, RS_KIND_USER, false, 4);
rsFont.cpp 507 ObjectBaseRef<const Element> colorElem = Element::createRef(mRSC, RS_TYPE_FLOAT_32,
509 ObjectBaseRef<const Element> gammaElem = Element::createRef(mRSC, RS_TYPE_FLOAT_32,
547 ObjectBaseRef<const Element> alphaElem = Element::createRef(mRSC, RS_TYPE_UNSIGNED_8,
582 ObjectBaseRef<const Element> indexElem = Element::createRef(mRSC, RS_TYPE_UNSIGNED_16, RS_KIND_USER, false, 1);
607 ObjectBaseRef<const Element> posElem = Element::createRef(mRSC, RS_TYPE_FLOAT_32, RS_KIND_USER, false, 3);
608 ObjectBaseRef<const Element> texElem = Element::createRef(mRSC, RS_TYPE_FLOAT_32, RS_KIND_USER, false, 2);
rsElement.cpp 228 ObjectBaseRef<const Element> Element::createRef(Context *rsc, RsDataType dt, RsDataKind dk,
273 ObjectBaseRef<const Element> Element::createRef(Context *rsc, size_t count, const Element **ein,
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsElement.h 101 static ObjectBaseRef<const Element> createRef(Context *rsc,
106 static ObjectBaseRef<const Element> createRef(Context *rsc, size_t count,
117 ObjectBaseRef<const Element> elem = createRef(rsc, dt, dk, isNorm, vecSize);
126 ObjectBaseRef<const Element> elem = createRef(rsc, count, ein, nin, lengths, asin);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsElement.h 101 static ObjectBaseRef<const Element> createRef(Context *rsc,
106 static ObjectBaseRef<const Element> createRef(Context *rsc, size_t count,
117 ObjectBaseRef<const Element> elem = createRef(rsc, dt, dk, isNorm, vecSize);
126 ObjectBaseRef<const Element> elem = createRef(rsc, count, ein, nin, lengths, asin);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsElement.h 101 static ObjectBaseRef<const Element> createRef(Context *rsc,
106 static ObjectBaseRef<const Element> createRef(Context *rsc, size_t count,
117 ObjectBaseRef<const Element> elem = createRef(rsc, dt, dk, isNorm, vecSize);
126 ObjectBaseRef<const Element> elem = createRef(rsc, count, ein, nin, lengths, asin);

Completed in 247 milliseconds