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 138 return cxstring::createRef((*CCStr)[chunk_number].Text);
213 return CCStr ? cxstring::createRef(CCStr->getAnnotation(annotation_number))
227 return cxstring::createRef(CCStr->getParentContextName());
237 return cxstring::createRef(CCStr->getBriefComment());
    [all...]
CXType.cpp 464 return cxstring::createRef(s);
662 return cxstring::createRef("?");
673 else return cxstring::createRef("?");
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 265 *filename = cxstring::createRef(PreLoc.getFilename());
  /frameworks/rs/
rsElement.h 113 static ObjectBaseRef<const Element> createRef(Context *rsc,
118 static ObjectBaseRef<const Element> createRef(Context *rsc, size_t count,
129 ObjectBaseRef<const Element> elem = createRef(rsc, dt, dk, isNorm, vecSize);
138 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 104 ObjectBaseRef<const Element> colorElem = Element::createRef(rsc, RS_TYPE_FLOAT_32, RS_KIND_USER, false, 4);
rsFont.cpp 501 ObjectBaseRef<const Element> colorElem = Element::createRef(mRSC, RS_TYPE_FLOAT_32,
503 ObjectBaseRef<const Element> gammaElem = Element::createRef(mRSC, RS_TYPE_FLOAT_32,
541 ObjectBaseRef<const Element> alphaElem = Element::createRef(mRSC, RS_TYPE_UNSIGNED_8,
576 ObjectBaseRef<const Element> indexElem = Element::createRef(mRSC, RS_TYPE_UNSIGNED_16, RS_KIND_USER, false, 1);
601 ObjectBaseRef<const Element> posElem = Element::createRef(mRSC, RS_TYPE_FLOAT_32, RS_KIND_USER, false, 3);
602 ObjectBaseRef<const Element> texElem = Element::createRef(mRSC, RS_TYPE_FLOAT_32, RS_KIND_USER, false, 2);
rsElement.cpp 222 ObjectBaseRef<const Element> Element::createRef(Context *rsc, RsDataType dt, RsDataKind dk,
254 ObjectBaseRef<const Element> Element::createRef(Context *rsc, size_t count, const Element **ein,
363 return Element::createRef(rsc, mBuilderElements.size(),

Completed in 122 milliseconds