Searched defs:getKind (Results 76 - 93 of 93) sorted by relevance

1234

/external/clang/include/clang/AST/
H A DExpr.h344 Kinds getKind() const { return static_cast<Kinds>(Kind); } function in class:clang::Expr::Classification
468 return BT->getKind() == K;
1306 CharacterKind getKind() const { function in class:clang::CharacterLiteral
1525 StringKind getKind() const { return static_cast<StringKind>(Kind); }
1807 Kind getKind() const { function in class:clang::StringLiteral::OffsetOfExpr::OffsetOfNode
1814 assert(getKind() == Array);
1820 assert(getKind() == Field);
1830 assert(getKind() == Base);
1983 UnaryExprOrTypeTrait getKind() const { function
H A DType.h1847 Kind getKind() const { return static_cast<Kind>(BuiltinTypeBits.Kind); } function in class:clang::BuiltinType
1860 return getKind() >= Bool && getKind() <= Int128;
1864 return getKind() >= Char_S && getKind() <= Int128;
1868 return getKind() >= Bool && getKind() <= UInt128;
1872 return getKind() >= Half && getKind() <= LongDouble;
1884 return isPlaceholderTypeKind(getKind());
[all...]
/external/clang/include/clang/Sema/
H A DDeclSpec.h910 IdKind getKind() const { return Kind; } function in class:clang::UnqualifiedId
1767 if (Name.getKind() != UnqualifiedId::IK_Identifier)
1812 return Name.getKind() != UnqualifiedId::IK_Identifier || Name.Identifier;
1816 if (Name.getKind() == UnqualifiedId::IK_Identifier)
H A DSema.h753 Kind getKind() const { return static_cast<Kind>(Pair.getInt()); } function in class:clang::Sema::SpecialMemberOverloadResult
1381 NameClassificationKind getKind() const { return Kind; } function in class:clang::Sema::NameClassification
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/
H A Drepository-tools-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 358 milliseconds

1234