Searched defs:isA (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h359 virtual bool isA(const void *classID) const { return classID == &ID; } function in class:lldb_private::File
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h42 virtual bool isA(const void *ClassID) const { return ClassID == &ID; } function in class:lldb_private::SymbolFile
H A DObjectFile.h215 virtual bool isA(const void *ClassID) const { return ClassID == &ID; } function in class:lldb_private::ObjectFile
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h186 virtual bool isA(const void *ClassID) const { return ClassID == &ID; } function in class:lldb_private::LanguageRuntime
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h329 virtual bool isA(const void *ClassID) const { return ClassID == &ID; } function in class:clang::ExternalASTSource
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h77 virtual bool isA(const void *const ClassID) const { function in class:llvm::ErrorInfoBase
82 template <typename ErrorInfoT> bool isA() const { function in class:llvm::ErrorInfoBase
241 template <typename ErrT> bool isA() const { function in class:llvm::Error
[all...]

Completed in 140 milliseconds