Searched defs:isBuiltinType (Results 1 - 3 of 3) sorted by relevance

/external/javassist/src/main/javassist/compiler/
H A DParser.java185 if (isBuiltinType(t) || t == VOID) {
197 private static boolean isBuiltinType(int t) { method in class:Parser
571 if (isBuiltinType(t)) {
789 if (isBuiltinType(t)) {
901 if (isBuiltinType(t) && nextIsBuiltinCast()) {
1249 if (isBuiltinType(t) || t == VOID) {
1266 if (isBuiltinType(t)) {
/external/clang/include/clang/AST/
H A DType.h1467 /// isBuiltinType - returns true if the type is a builtin type.
1468 bool isBuiltinType() const;
4930 inline bool Type::isBuiltinType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
/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 336 milliseconds