reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overrides

tools/lldb/include/lldb/Symbol/TypeSystem.h
  171   virtual bool IsFunctionType(lldb::opaque_compiler_type_t type,

Declarations

tools/lldb/include/lldb/Symbol/ClangASTContext.h
  540   bool IsFunctionType(lldb::opaque_compiler_type_t type,

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 3032       return IsFunctionType(llvm::cast<clang::TypedefType>(qual_type)
 3038       return IsFunctionType(llvm::cast<clang::AutoType>(qual_type)
 3043       return IsFunctionType(llvm::cast<clang::ElaboratedType>(qual_type)
 3048       return IsFunctionType(
 3056         return IsFunctionType(reference_type->getPointeeType().getAsOpaquePtr(),