OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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) = delete;
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));
CXCompilationDatabase.cpp
111
return cxstring::
createRef
(cmd->Directory.c_str());
121
return cxstring::
createRef
(cmd->Filename.c_str());
144
return cxstring::
createRef
(Cmd->CommandLine[Arg].c_str());
167
return cxstring::
createRef
(Cmd->MappedSources[I].first.c_str());
181
return cxstring::
createRef
(Cmd->MappedSources[I].second.c_str());
CIndex.cpp
[
all
...]
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
...]
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
62
return cxstring::
createRef
(Message.c_str());
415
return cxstring::
createRef
(DiagnosticIDs::getCategoryNameFromID(Category));
CXLoadedDiagnostic.cpp
109
return cxstring::
createRef
(Spelling);
148
return cxstring::
createRef
(FixIts[FixIt].second);
CXSourceLocation.cpp
298
if (filename) *filename = cxstring::
createRef
(PreLoc.getFilename());
CXType.cpp
500
return cxstring::
createRef
(s);
905
return cxstring::
createRef
("?");
916
else return cxstring::
createRef
("?");
/frameworks/rs/
rsElement.h
105
static ObjectBaseRef<const Element>
createRef
(Context *rsc,
110
static ObjectBaseRef<const Element>
createRef
(Context *rsc, size_t count,
121
ObjectBaseRef<const Element> elem =
createRef
(rsc, dt, dk, isNorm, vecSize);
130
ObjectBaseRef<const Element> elem =
createRef
(rsc, count, ein, nin, lengths, asin);
rsProgramVertex.cpp
167
ObjectBaseRef<const Element> matrixElem = Element::
createRef
(rsc, RS_TYPE_MATRIX_4X4,
169
ObjectBaseRef<const Element> f2Elem = Element::
createRef
(rsc, RS_TYPE_FLOAT_32,
171
ObjectBaseRef<const Element> f3Elem = Element::
createRef
(rsc, RS_TYPE_FLOAT_32,
173
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
506
ObjectBaseRef<const Element> colorElem = Element::
createRef
(mRSC, RS_TYPE_FLOAT_32,
508
ObjectBaseRef<const Element> gammaElem = Element::
createRef
(mRSC, RS_TYPE_FLOAT_32,
545
ObjectBaseRef<const Element> alphaElem = Element::
createRef
(mRSC, RS_TYPE_UNSIGNED_8,
580
ObjectBaseRef<const Element> indexElem = Element::
createRef
(mRSC, RS_TYPE_UNSIGNED_16, RS_KIND_USER, false, 1);
604
ObjectBaseRef<const Element> posElem = Element::
createRef
(mRSC, RS_TYPE_FLOAT_32, RS_KIND_USER, false, 3);
605
ObjectBaseRef<const Element> texElem = Element::
createRef
(mRSC, RS_TYPE_FLOAT_32, RS_KIND_USER, false, 2);
rsElement.cpp
230
ObjectBaseRef<const Element> Element::
createRef
(Context *rsc, RsDataType dt, RsDataKind dk,
275
ObjectBaseRef<const Element> Element::
createRef
(Context *rsc, size_t count, const Element **ein,
Completed in 289 milliseconds