HomeSort by relevance Sort by last modified time
    Searched refs:createRef (Results 1 - 16 of 16) 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 51 return cxstring::createRef(Diag.getMessage());
65 *Disable = cxstring::createRef("-ferror-limit=0");
66 return cxstring::createRef("-ferror-limit=");
78 return cxstring::createRef(DiagnosticIDs::getCategoryNameFromID(catID));
CIndex.cpp     [all...]
CXComment.cpp 128 return cxstring::createRef(TC->getText());
137 return cxstring::createRef(ICC->getCommandName(Traits));
176 return cxstring::createRef(ICC->getArgText(ArgIdx));
184 return cxstring::createRef(HTC->getTagName());
208 return cxstring::createRef(HST->getAttr(AttrIdx).Name);
216 return cxstring::createRef(HST->getAttr(AttrIdx).Value);
225 return cxstring::createRef(BCC->getCommandName(Traits));
242 return cxstring::createRef(BCC->getArgText(ArgIdx));
258 return cxstring::createRef(PCC->getParamNameAsWritten());
309 return cxstring::createRef(TPCC->getParamNameAsWritten())
    [all...]
CXCompilationDatabase.cpp 112 return cxstring::createRef(cmd->Directory.c_str());
135 return cxstring::createRef(Cmd->CommandLine[Arg].c_str());
CXString.cpp 59 CXString createRef(const char *String) {
82 CXString createRef(StringRef String) {
CIndexCodeCompletion.cpp 139 return cxstring::createRef((*CCStr)[chunk_number].Text);
214 return CCStr ? cxstring::createRef(CCStr->getAnnotation(annotation_number))
228 return cxstring::createRef(CCStr->getParentContextName());
238 return cxstring::createRef(CCStr->getBriefComment());
    [all...]
CIndexDiagnostic.cpp 64 return cxstring::createRef(Message.c_str());
400 return cxstring::createRef(DiagnosticIDs::getCategoryNameFromID(Category));
CXLoadedDiagnostic.cpp 98 return cxstring::createRef(Spelling);
137 return cxstring::createRef(FixIts[FixIt].second);
CXSourceLocation.cpp 276 *filename = cxstring::createRef(PreLoc.getFilename());
CXType.cpp 478 return cxstring::createRef(s);
816 return cxstring::createRef("?");
827 else return cxstring::createRef("?");
  /frameworks/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);
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 105 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 221 ObjectBaseRef<const Element> Element::createRef(Context *rsc, RsDataType dt, RsDataKind dk,
253 ObjectBaseRef<const Element> Element::createRef(Context *rsc, size_t count, const Element **ein,

Completed in 131 milliseconds