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

Overrides

tools/lldb/include/lldb/Symbol/TypeSystem.h
  181   virtual bool IsFunctionPointerType(lldb::opaque_compiler_type_t type) = 0;

Declarations

tools/lldb/include/lldb/Symbol/ClangASTContext.h
  552   bool IsFunctionPointerType(lldb::opaque_compiler_type_t type) override;

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 3204       return IsFunctionPointerType(llvm::cast<clang::TypedefType>(qual_type)
 3209       return IsFunctionPointerType(llvm::cast<clang::AutoType>(qual_type)
 3213       return IsFunctionPointerType(llvm::cast<clang::ElaboratedType>(qual_type)
 3217       return IsFunctionPointerType(
 3225         return IsFunctionPointerType(