OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:targs
(Results
1 - 8
of
8
) sorted by null
/external/javassist/src/main/javassist/bytecode/
SignatureAttribute.java
466
TypeArgument[]
targs
, ClassType parent) {
468
return new ClassType(s, b, e,
targs
);
470
return new NestedClassType(s, b, e,
targs
, parent);
473
ClassType(String signature, int begin, int end, TypeArgument[]
targs
) {
475
arguments =
targs
;
533
TypeArgument[]
targs
, ClassType p) {
534
super(s, b, e,
targs
);
770
TypeArgument[]
targs
;
local
772
targs
= parseTypeArgs(sig, c);
776
targs
= null
[
all
...]
/external/llvm/utils/TableGen/
TGParser.cpp
154
const std::vector<std::string> &
TArgs
= SC->getTemplateArgs();
157
if (
TArgs
.size() < SubClass.TemplateArgs.size())
162
for (unsigned i = 0, e =
TArgs
.size(); i != e; ++i) {
165
if (SetValue(CurRec, SubClass.RefLoc,
TArgs
[i], std::vector<unsigned>(),
170
CurRec->resolveReferencesTo(CurRec->getValue(
TArgs
[i]));
173
CurRec->removeValue(
TArgs
[i]);
175
} else if (!CurRec->getValue(
TArgs
[i])->getValue()->isComplete()) {
177
+ utostr(i) + " (" +
TArgs
[i] + ") of subclass '" +
[
all
...]
Record.cpp
[
all
...]
/external/clang/lib/AST/
Decl.cpp
195
getLVForTemplateArgumentList(const TemplateArgumentList &
TArgs
,
197
return getLVForTemplateArgumentList(
TArgs
.data(),
TArgs
.size(), F);
[
all
...]
Expr.cpp
[
all
...]
/external/tinyxml/
readme.txt
390
Generally directive
targs
are stored in TiXmlUnknown so the
/external/tinyxml/docs/
index.html
185
This is the only directive/special tag parsed by by TinyXml. Generally directive
targs
are stored in <a class="el" href="classTiXmlUnknown.html">TiXmlUnknown</a> so the commands wont be lost when it is saved back to disk.<p>
/external/clang/include/clang/AST/
Expr.h
[
all
...]
Completed in 241 milliseconds