OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getArgType
(Results
1 - 9
of
9
) sorted by null
/external/clang/lib/Analysis/
ScanfFormatString.cpp
212
ArgType ScanfSpecifier::
getArgType
(ASTContext &Ctx) const {
453
const analyze_scanf::ArgType &AT =
getArgType
(Ctx);
FormatString.cpp
447
analyze_format_string::OptionalAmount::
getArgType
(ASTContext &Ctx) const {
PrintfFormatString.cpp
260
ArgType PrintfSpecifier::
getArgType
(ASTContext &Ctx,
522
const analyze_printf::ArgType &ATR =
getArgType
(Ctx, IsObjCLiteral);
/frameworks/native/opengl/tools/glgen/src/
CFunc.java
90
public CType
getArgType
(int index) {
JFunc.java
113
public JType
getArgType
(int index) {
130
CType cArgType = cfunc.
getArgType
(i);
138
CType cArgType = cfunc.
getArgType
(i);
/external/clang/include/clang/AST/
CanonicalType.h
561
CanQualType
getArgType
(unsigned i) const {
562
return CanQualType::CreateUnsafe(this->getTypePtr()->
getArgType
(i));
Type.h
[
all
...]
/external/icu4c/common/unicode/
messagepattern.h
144
* The value is the ordinal value of the ArgType. Use
getArgType
().
155
* The value is the ordinal value of the ArgType. Use
getArgType
().
211
* Returned by Part.
getArgType
() for ARG_START and ARG_LIMIT parts.
774
UMessagePatternArgType
getArgType
() const {
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 291 milliseconds