Searched defs:isRecord (Results 1 – 3 of 3) sorted by relevance
/external/gson/gson/src/main/java/com/google/gson/internal/reflect/ | ||
D | ReflectionHelper.java | 134 public static boolean isRecord(Class<?> raw) { in isRecord() method in ReflectionHelper |
/external/llvm/utils/TableGen/ | ||
D | CodeGenInstruction.h | 324 bool isRecord() const { return Kind == K_Record; } in isRecord() function |
/external/clang/include/clang/AST/ | ||
D | DeclBase.h | 1287 bool isRecord() const { in isRecord() function |