Home
last modified time | relevance | path

Searched defs:hasConstructor (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeEnumSymbol.cpp65 bool NativeEnumSymbol::hasConstructor() const { in hasConstructor() function in NativeEnumSymbol
DNativeRawSymbol.cpp423 bool NativeRawSymbol::hasConstructor() const { in hasConstructor() function in NativeRawSymbol
/external/turbine/java/com/google/turbine/binder/
DTypeBinder.java371 private boolean hasConstructor() { in hasConstructor() method in TypeBinder
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp776 bool DIARawSymbol::hasConstructor() const { in hasConstructor() function in DIARawSymbol
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp917 bool DIARawSymbol::hasConstructor() const { in hasConstructor() function in DIARawSymbol
/external/doclava/src/com/google/doclava/
DClassInfo.java2390 public boolean hasConstructor(MethodInfo constructor) { in hasConstructor() method in ClassInfo